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