skip flaky suite (#89550)

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

View file

@ -182,7 +182,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';