mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#86602)
This commit is contained in:
parent
233643ede4
commit
c95fbfa339
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
after(async () => {
|
||||
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
||||
});
|
||||
describe('query', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/86602
|
||||
describe.skip('query', function () {
|
||||
const queryName1 = 'Query # 1';
|
||||
|
||||
it('should show correct time range string by timepicker', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue