Skip to content

Commit

Permalink
skip flaky suite (#71361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 13, 2020
1 parent e2bb566 commit 692f13d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {

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

describe('toggle column in timeline', () => {
// Flaky: https://github.com/elastic/kibana/issues/71361
describe.skip('toggle column in timeline', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
});
Expand Down

0 comments on commit 692f13d

Please sign in to comment.