Skip to content

Commit

Permalink
remove load of not used archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio committed May 15, 2024
1 parent a69a97b commit 8c12e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/functional/apps/infra/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await esArchiver.load('x-pack/test/functional/es_archives/infra/8.0.0/pods_only');
await esArchiver.load('x-pack/test/functional/es_archives/infra/6.6.0/docker');
await pageObjects.common.navigateToApp('infraOps');
await pageObjects.infraHome.waitForLoading();
});
Expand Down

0 comments on commit 8c12e90

Please sign in to comment.