mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#111821)
This commit is contained in:
parent
68893b7e61
commit
d8bcca336d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue