skip flaky suite (#209010)

This commit is contained in:
Tiago Costa 2025-02-04 21:32:30 +00:00
parent 7c3f074e45
commit 1afe5ce2dd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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']);
});