diff --git a/src/core/server/integration_tests/saved_objects/migrations/archives/7.7.2_xpack_100k_obj.zip b/src/core/server/integration_tests/saved_objects/migrations/archives/7.7.2_xpack_100k_obj.zip deleted file mode 100644 index 68d740dd21f69..0000000000000 Binary files a/src/core/server/integration_tests/saved_objects/migrations/archives/7.7.2_xpack_100k_obj.zip and /dev/null differ diff --git a/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions.test.ts b/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions.test.ts index 0559d059a6cb1..2ee7ea6701e84 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions.test.ts @@ -7,7 +7,6 @@ * License v3.0 only", or the "Server Side Public License, v 1". */ -import Path from 'path'; import * as Either from 'fp-ts/lib/Either'; import * as Option from 'fp-ts/lib/Option'; import { errors } from '@elastic/elasticsearch'; @@ -53,15 +52,13 @@ const { startES } = createTestServers({ settings: { es: { license: 'basic', - dataArchive: Path.resolve(__dirname, '../../archives/7.7.2_xpack_100k_obj.zip'), esArgs: ['http.max_content_length=10Kb'], }, }, }); let esServer: TestElasticsearchUtils; -// Failing 9.0 version update: https://github.com/elastic/kibana/issues/192624 -describe.skip('migration actions', () => { +describe('migration actions', () => { let client: ElasticsearchClient; let esCapabilities: ReturnType;