Skip to content

Commit

Permalink
skip flaky suite (elastic#203909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2024
1 parent 577ef54 commit 23c72af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default function ({ getService }: FtrProviderContext) {
}
// @skipInServerlessMKI - this test uses internal index manipulation in before/after hooks
// @skipInServerlessMKI - if you are removing this annotation, make sure to add the test suite to the MKI pipeline in .buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.yml
describe('@ess @serverless @skipInServerlessMKI When attempting to call an endpoint api', function () {
// FLAKY: https://github.com/elastic/kibana/issues/203909
describe.skip('@ess @serverless @skipInServerlessMKI When attempting to call an endpoint api', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let actionId = '';
let agentId = '';
Expand Down

0 comments on commit 23c72af

Please sign in to comment.