Skip to content

Commit

Permalink
[Reporting] Stabilize ILM test for Cloud (#117003)
Browse files Browse the repository at this point in the history
Closes #109456
  • Loading branch information
tsullivan authored Nov 2, 2021
1 parent f130759 commit 2a1eaad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 2a1eaad

Please sign in to comment.