mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky test (#44132)
This commit is contained in:
parent
4d1671baca
commit
9d8f808063
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('switch index patterns', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/44132
|
||||
describe.skip('switch index patterns', () => {
|
||||
beforeEach(async () => {
|
||||
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