Re-enable failing test (#43190)

This commit is contained in:
Mike Côté 2019-08-13 10:56:55 -04:00 committed by GitHub
parent 6aad727320
commit f6e137baf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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