Skip to content

Commit

Permalink
skip flaky suite (elastic#203910)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2024
1 parent 23c72af commit e88b366
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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
// FLAKY: https://github.com/elastic/kibana/issues/203909
// FLAKY: https://github.com/elastic/kibana/issues/203910
describe.skip('@ess @serverless @skipInServerlessMKI When attempting to call an endpoint api', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let actionId = '';
Expand Down

0 comments on commit e88b366

Please sign in to comment.