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 Nov 19, 2020
1 parent d9ff391 commit c421491
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', () => {
before(() => {
cy.server();
cy.route('PATCH', '**/api/timeline').as('timeline');
Expand Down

0 comments on commit c421491

Please sign in to comment.