Skip to content

Commit e7ce061

Browse files
committed
skip flaky suite (#113697)
1 parent 06be96c commit e7ce061

File tree

1 file changed

+2
-1
lines changed
  • src/core/server/saved_objects/migrationsv2/actions/integration_tests

1 file changed

+2
-1
lines changed

src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const { startES } = kbnTestServer.createTestServers({
5555
});
5656
let esServer: kbnTestServer.TestElasticsearchUtils;
5757

58-
describe('migration actions', () => {
58+
// Failing: See https://github.com/elastic/kibana/issues/113697
59+
describe.skip('migration actions', () => {
5960
let client: ElasticsearchClient;
6061

6162
beforeAll(async () => {

0 commit comments

Comments
 (0)