skip flaky suite (#103252)

This commit is contained in:
Tiago Costa 2021-07-05 14:59:39 +01:00
parent 4c448c9d61
commit 4a21a4939b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -125,7 +125,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('switch index patterns', () => {
// FLAKY: https://github.com/elastic/kibana/issues/103252
describe.skip('switch index patterns', () => {
before(async () => {
await esArchiver.loadIfNeeded(
'test/functional/fixtures/es_archiver/index_pattern_without_timefield'