Skip to content

Commit

Permalink
skip flaky suite (#79967)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 14, 2020
1 parent 380fa5b commit ac70807
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ import { openTimeline } from '../tasks/timelines';

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

describe('Timeline Templates', () => {
// FLAKY: https://github.com/elastic/kibana/issues/79967
describe.skip('Timeline Templates', () => {
before(() => {
cy.server();
cy.route('PATCH', '**/api/timeline').as('timeline');
Expand Down

0 comments on commit ac70807

Please sign in to comment.