Skip to content

Commit

Permalink
skip flaky suite (#83771)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2020
1 parent d6c5323 commit f31848a
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', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83771
describe.skip('Alerts timeline', () => {
beforeEach(() => {
esArchiverLoad('timeline_alerts');
loginAndWaitForPage(DETECTIONS_URL);
Expand Down

0 comments on commit f31848a

Please sign in to comment.