skip failing test suite (#111821)

This commit is contained in:
Jonathan Budzenski 2024-11-05 18:53:58 -06:00
parent 4a95eec82f
commit 199792f546

View file

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