diff --git a/src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts b/src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts index 32d12e13434aa5..a8c2200a0232a3 100644 --- a/src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts +++ b/src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts @@ -803,8 +803,12 @@ describe('migration actions', () => { `); }); - // FLAKY https://github.com/elastic/kibana/issues/113012 - it.skip('resolves left wait_for_task_completion_timeout when the task does not finish within the timeout', async () => { + it('resolves left wait_for_task_completion_timeout when the task does not finish within the timeout', async () => { + await waitForIndexStatusYellow({ + client, + index: '.kibana_1', + })(); + const res = (await reindex({ client, sourceIndex: 'existing_index_with_docs',