skip flaky suite (#180688)

This commit is contained in:
Tiago Costa 2024-04-15 16:29:30 +01:00
parent 69ef1f6a87
commit 9e6617df97
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -50,7 +50,8 @@ import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../ur
const mockTimeline = getTimeline();
describe('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
// FLAKY: https://github.com/elastic/kibana/issues/180688
describe.skip('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
beforeEach(() => {
deleteTimelines();
});