mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#111821)
This commit is contained in:
parent
4a95eec82f
commit
199792f546
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue