mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#209010)
This commit is contained in:
parent
7c3f074e45
commit
1afe5ce2dd
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('apply_dataview_indices', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/209010
|
||||
describe.skip('apply_dataview_indices', () => {
|
||||
before(async () => {
|
||||
await utils.initEntityEngineForEntityTypesAndWait(['host']);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue