Skip to content

Commit

Permalink
[Reporting] Stabilize ILM test for Cloud (elastic#117003)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 2, 2021
1 parent 52065a0 commit a0cb821
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 a0cb821

Please sign in to comment.