skip flaky suite (#83773)

This commit is contained in:
Tiago Costa 2020-12-08 02:22:15 +00:00
parent f667b12cec
commit eeb68132b3
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');