We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06be96c commit e7ce061Copy full SHA for e7ce061
src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts
@@ -55,7 +55,8 @@ const { startES } = kbnTestServer.createTestServers({
55
});
56
let esServer: kbnTestServer.TestElasticsearchUtils;
57
58
-describe('migration actions', () => {
+// Failing: See https://github.com/elastic/kibana/issues/113697
59
+describe.skip('migration actions', () => {
60
let client: ElasticsearchClient;
61
62
beforeAll(async () => {
0 commit comments