Skip to content

Commit

Permalink
skip flaky suite (#71220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 9, 2020
1 parent 101f8b1 commit d9e84b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { loginAndWaitForPage } from '../tasks/login';

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

describe('Alerts timeline', () => {
// Flakky: https://github.com/elastic/kibana/issues/71220
describe.skip('Alerts timeline', () => {
beforeEach(() => {
esArchiverLoad('timeline_alerts');
loginAndWaitForPage(DETECTIONS_URL);
Expand Down

0 comments on commit d9e84b6

Please sign in to comment.