skip flaky test (#26649)

This commit is contained in:
Spencer 2018-12-04 12:36:39 -08:00 committed by spalger
parent 8ea295550c
commit 3e29749cd1

View file

@ -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');