Skip to content

Commit

Permalink
skip flaky suite (#72339)
Browse files Browse the repository at this point in the history
(cherry picked from commit e105bc5)
  • Loading branch information
spalger committed Jul 29, 2020
1 parent c80c6b8 commit f32cf39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { TABLE_COLUMN_EVENTS_MESSAGE } from '../screens/hosts/external_events';
import { waitsForEventsToBeLoaded, openEventsViewerFieldsBrowser } from '../tasks/hosts/events';
import { removeColumn, resetFields } from '../tasks/timeline';

describe('persistent timeline', () => {
// FLAKY: https://github.com/elastic/kibana/issues/72339
describe.skip('persistent timeline', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
openEvents();
Expand Down

0 comments on commit f32cf39

Please sign in to comment.