Skip to content

Commit

Permalink
skip flaky suite (#172549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2024
1 parent 93144a6 commit 0e51609
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

describe(
// FLAKY: https://github.com/elastic/kibana/issues/172549
describe.skip(
'Response actions history page',
{ tags: ['@ess', '@serverless', '@skipInServerlessMKI'] },
() => {
Expand Down

0 comments on commit 0e51609

Please sign in to comment.