skip flaky test (#26649)

This commit is contained in:
Spencer 2018-12-04 12:36:39 -08:00 committed by GitHub
parent 8a2f8bc7d6
commit 85a1161e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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