diff --git a/src/core/server/integration_tests/saved_objects/migrations/group1/create_test_archives.test.ts b/src/core/server/integration_tests/saved_objects/migrations/group1/create_test_archives.test.ts index 4264b369fb7af..924885b1729bd 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/group1/create_test_archives.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/group1/create_test_archives.test.ts @@ -20,7 +20,7 @@ import { /** * Enable and execute this test ONLY IN YOUR DEV MACHINE, in order to build new test packages */ -describe('migration tests toolkit', () => { +describe.skip('migration tests toolkit', () => { it('can create a 1k documents ZIP archive', async () => { await createBaselineArchive({ esVersion: BASELINE_ELASTICSEARCH_VERSION,