mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#152448)
This commit is contained in:
parent
c2161fe3b1
commit
95dfb93185
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ import {
|
|||
} from '../kibana_migrator_test_kit';
|
||||
import { delay } from '../test_utils';
|
||||
|
||||
describe('when migrating to a new version', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/152448
|
||||
describe.skip('when migrating to a new version', () => {
|
||||
let esServer: TestElasticsearchUtils['es'];
|
||||
let esClient: ElasticsearchClient;
|
||||
let migrator: IKibanaMigrator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue