Skip to content

Commit

Permalink
skip flaky suite (#85098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 9, 2020
1 parent 176d7e4 commit 3e9a132
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 { closeTimeline, createNewTimeline } from '../tasks/timeline';

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

describe('timeline data providers', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85098
describe.skip('timeline data providers', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
waitForAllHostsToBeLoaded();
Expand Down

0 comments on commit 3e9a132

Please sign in to comment.