Skip to content

Commit

Permalink
skip failing test suite (#203897)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent b305b88 commit 8fd75c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');

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

0 comments on commit 8fd75c9

Please sign in to comment.