Skip to content

Commit

Permalink
skip flaky suite (#180688)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 15, 2024
1 parent 69ef1f6 commit 9e6617d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 9e6617d

Please sign in to comment.