Skip to content

Commit

Permalink
skip flaky suite (#79389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2020
1 parent 31a1cc0 commit d7d9e06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ import { openTimeline } from '../tasks/timelines';

import { OVERVIEW_URL } from '../urls/navigation';

describe('Timelines', () => {
// FLAKY: https://github.com/elastic/kibana/issues/79389
describe.skip('Timelines', () => {
let timelineId: string;

after(() => {
Expand Down

0 comments on commit d7d9e06

Please sign in to comment.