Skip to content

Commit

Permalink
skip flaky suite (#196711)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 21, 2024
1 parent c73bfd2 commit 64aef09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ describe(
});

// https://github.com/elastic/kibana/issues/187621
describe('without suppression', { tags: ['@skipInServerlessMKI'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/196711
describe.skip('without suppression', { tags: ['@skipInServerlessMKI'] }, () => {
beforeEach(() => {
createRule(rule);
});
Expand Down

0 comments on commit 64aef09

Please sign in to comment.