mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip suite failing on 8.4 (#137329)
This commit is contained in:
parent
e66cfb8db6
commit
a5f615b41a
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ async function removeLogFile() {
|
|||
await asyncUnlink(logFilePath).catch(() => void 0);
|
||||
}
|
||||
|
||||
describe('migration v2', () => {
|
||||
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137329
|
||||
describe.skip('migration v2', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let root: Root;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue