Skip to content

Commit

Permalink
skip flaky suite (elastic#152448)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and bmorelli25 committed Mar 10, 2023
1 parent 016a7ad commit 3a9a9c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a9a9c9

Please sign in to comment.