Skip to content

Commit

Permalink
skip flaky suite (elastic#173339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2023
1 parent 1154fb1 commit ac81d96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ import { createTimeline } from '../../../tasks/timelines';

import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../urls/navigation';

describe('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
// FLAKY: https://github.com/elastic/kibana/issues/173339
describe.skip('Timelines', { tags: ['@ess', '@serverless'] }, (): void => {
beforeEach(() => {
login();
deleteTimelines();
Expand Down

0 comments on commit ac81d96

Please sign in to comment.