skip flaky suite (#86602)

This commit is contained in:
Tiago Costa 2021-11-24 15:42:29 +00:00
parent 233643ede4
commit c95fbfa339
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () {