skip flaky suite (#83773)

This commit is contained in:
Tiago Costa 2020-11-19 14:56:34 +00:00
parent f31848a3dc
commit 5956b9d02e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -30,7 +30,8 @@ import { loginAndWaitForPage } from '../tasks/login';
import { DETECTIONS_URL } from '../urls/navigation';
describe('Alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83773
describe.skip('Alerts', () => {
context('Closing alerts', () => {
beforeEach(() => {
esArchiverLoad('alerts');