Skip to content

Commit

Permalink
skip flaky suite (#70727)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2020
1 parent 0673dbd commit e0d3022
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 { ALERTS_URL } from '../urls/navigation';

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

0 comments on commit e0d3022

Please sign in to comment.