mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip suite failing on 8.4 (#137331)
This commit is contained in:
parent
a5f615b41a
commit
dc12b4084f
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ function createRoot() {
|
|||
);
|
||||
}
|
||||
|
||||
describe('migration v2', () => {
|
||||
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137331
|
||||
describe.skip('migration v2', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let root: Root;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue