mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip suite failing in 7.13 (#96895)
This commit is contained in:
parent
4f754550e8
commit
a105c7a8b1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue