skip flaky suite (#71220)

This commit is contained in:
Tiago Costa 2020-07-09 11:45:57 +01:00
parent 101f8b1b6c
commit d9e84b6a3f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -17,7 +17,8 @@ import { loginAndWaitForPage } from '../tasks/login';
import { DETECTIONS_URL } from '../urls/navigation';
describe('Alerts timeline', () => {
// Flakky: https://github.com/elastic/kibana/issues/71220
describe.skip('Alerts timeline', () => {
beforeEach(() => {
esArchiverLoad('timeline_alerts');
loginAndWaitForPage(DETECTIONS_URL);