From 372f8dc16253125468480c74a9c06f8a52937ada Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 1 Nov 2021 10:44:20 -0700 Subject: [PATCH] [Reporting] Stabilize ILM test for Cloud Closes https://github.com/elastic/kibana/issues/109456 --- .../reporting_and_security/ilm_migration_apis.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/reporting_api_integration/reporting_and_security/ilm_migration_apis.ts b/x-pack/test/reporting_api_integration/reporting_and_security/ilm_migration_apis.ts index d1dc091992dd6..6a2139a70dde5 100644 --- a/x-pack/test/reporting_api_integration/reporting_and_security/ilm_migration_apis.ts +++ b/x-pack/test/reporting_api_integration/reporting_and_security/ilm_migration_apis.ts @@ -24,6 +24,7 @@ export default function ({ getService }: FtrProviderContext) { before(async () => { await esArchiver.load('x-pack/test/functional/es_archives/reporting/logs'); await esArchiver.load('x-pack/test/functional/es_archives/logstash_functional'); + await reportingAPI.migrateReportingIndices(); // ensure that the ILM policy exists for the first test }); after(async () => {