mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#171781)
This commit is contained in:
parent
74e46f6939
commit
6d81a8ffaa
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ describe('Invalid Indicators', { tags: '@ess' }, () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Indicators', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171781
|
||||
describe.skip('Indicators', () => {
|
||||
before(() => {
|
||||
esArchiverLoad('threat_intelligence/indicators_data');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue