skip flaky suite (#182669)

This commit is contained in:
Tiago Costa 2024-05-15 21:38:42 +01:00
parent 4c6ab33a10
commit 1448b65038
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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);