Skip to content

Commit

Permalink
skip suite failing in 7.13 (#96895)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and Tyler Smalley committed May 18, 2021
1 parent 4f75455 commit a105c7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ async function removeLogFile() {
await asyncUnlink(logFilePath).catch(() => void 0);
}

describe('migration from 7.7.2-xpack with 100k objects', () => {
// FAILING on 7.13: https://github.com/elastic/kibana/issues/96895
describe.skip('migration from 7.7.2-xpack with 100k objects', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;
let coreStart: InternalCoreStart;
Expand Down

0 comments on commit a105c7a

Please sign in to comment.