mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#96895)
This commit is contained in:
parent
efd254047d
commit
f21c7e1c47
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ async function removeLogFile() {
|
|||
await unlink(logFilePath).catch(() => void 0);
|
||||
}
|
||||
|
||||
describe('migration from 7.7.2-xpack with 100k objects', () => {
|
||||
// FLAKY: 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