Skip to content

Commit

Permalink
skip flaky suite (#182669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2024
1 parent 4c6ab33 commit 1448b65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ describe('indicator match', { tags: ['@ess', '@serverless'] }, () => {
});
});

describe('Indicator mapping', () => {
// FLAKY: https://github.com/elastic/kibana/issues/182669
describe.skip('Indicator mapping', () => {
beforeEach(() => {
const rule = getNewThreatIndicatorRule();
visit(CREATE_RULE_URL);
Expand Down

0 comments on commit 1448b65

Please sign in to comment.