mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#203910)
This commit is contained in:
parent
9316afaabc
commit
9870f66440
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue