mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#182669)
This commit is contained in:
parent
4c6ab33a10
commit
1448b65038
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue