Skip to content

Commit

Permalink
skip failing test suite (#111821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 6, 2024
1 parent 3101454 commit 7fed185
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7fed185

Please sign in to comment.