skip flaky suite (#88177)

This commit is contained in:
Tiago Costa 2021-11-29 13:33:09 +00:00
parent c77dd7a8db
commit 72359d39ea
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const supertest = getService('supertest');
const retry = getService('retry');
describe('overview page alert flyout controls', function () {
// FLAKY: https://github.com/elastic/kibana/issues/88177
describe.skip('overview page alert flyout controls', function () {
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';
let alerts: any;