Skip to content

Commit

Permalink
skip flaky suite (#77957)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 12, 2020
1 parent 34b2cf9 commit 4c92f36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import { loginAndWaitForPage } from '../tasks/login';

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

describe('Alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/77957
describe.skip('Alerts', () => {
context('Closing alerts', () => {
beforeEach(() => {
esArchiverLoad('alerts');
Expand Down

0 comments on commit 4c92f36

Please sign in to comment.