Skip to content

Commit

Permalink
Merge branch '7.13' into backport/7.13/pr-97843
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Apr 21, 2021
2 parents 2409775 + 2b57ef3 commit 44d313a
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 44d313a

Please sign in to comment.