mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky test (#26649)
This commit is contained in:
parent
8ea295550c
commit
3e29749cd1
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('switch index patterns', () => {
|
||||
describe.skip('switch index patterns', () => {
|
||||
before(async function () {
|
||||
log.debug('Load kibana_sample_data_flights data');
|
||||
await esArchiver.loadIfNeeded('kibana_sample_data_flights');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue