skip flaky suite (#89550)

This commit is contained in:
Tiago Costa 2021-04-12 21:19:26 +01:00
parent 25759c5829
commit bb6904be8f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -175,7 +175,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('query #2, which has an empty time range', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89550
describe.skip('query #2, which has an empty time range', () => {
const fromTime = 'Jun 11, 1999 @ 09:22:11.000';
const toTime = 'Jun 12, 1999 @ 11:21:04.000';