mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#89550)
This commit is contained in:
parent
fb24006545
commit
3f131f5966
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue