Skip to content

Commit e476dca

Browse files
committed
skip failing test suite (elastic#236362)
1 parent 653799c commit e476dca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier

x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier/execute.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default function ({ getService }: FtrProviderContext) {
2323
const utils = getService('securitySolutionUtils');
2424

2525
// @skipInServerlessMKI - this test uses internal index manipulation in before/after hooks
26-
describe('@ess @serverless @skipInServerlessMKI Endpoint `execute` response action', function () {
26+
// Failing: See https://github.com/elastic/kibana/issues/236362
27+
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint `execute` response action', function () {
2728
let indexedData: IndexedHostsAndAlertsResponse;
2829
let agentId = '';
2930
let t1AnalystSupertest: TestAgent;

0 commit comments

Comments
 (0)