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