Skip to content

Commit

Permalink
skip failing test (#43163)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 13, 2019
1 parent 6030312 commit e3b0ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_integration/apis/saved_objects/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e3b0ff6

Please sign in to comment.