skip failing test (#43163)

This commit is contained in:
spalger 2019-08-12 20:43:15 -07:00
parent 60303129ec
commit e3b0ff6e93

View file

@ -349,7 +349,8 @@ export default function ({ getService }) {
});
});
describe('10,001 objects', () => {
// FAILING: https://github.com/elastic/kibana/issues/43163
describe.skip('10,001 objects', () => {
let customVisId;
before(async () => {
await esArchiver.load('saved_objects/10k');