skip flaky suite (#111821)

This commit is contained in:
Tiago Costa 2022-11-08 00:29:17 +00:00
parent 68893b7e61
commit d8bcca336d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -59,7 +59,8 @@ function createRawEventLoopDelaysDailyDocs() {
return { rawEventLoopDelaysDaily, outdatedRawEventLoopDelaysDaily };
}
describe(`daily rollups integration test`, () => {
// FLAKY: https://github.com/elastic/kibana/issues/111821
describe.skip(`daily rollups integration test`, () => {
let esServer: TestElasticsearchUtils;
let root: TestKibanaUtils['root'];
let internalRepository: ISavedObjectsRepository;