mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Re-enable failing test (#43190)
This commit is contained in:
parent
6aad727320
commit
f6e137baf7
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue