Skip to content

Commit

Permalink
Update execute.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Dec 16, 2024
1 parent 88a22fa commit 810f312
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');

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

0 comments on commit 810f312

Please sign in to comment.