Skip to content

Commit

Permalink
unload from remote (elastic#145641)
Browse files Browse the repository at this point in the history
## Summary

It appears that the before method sets esNode to either esArchiver or
remoteEsArchiver, but in the after method it uses esArchiver. This
causes the unload to fail on the CCS case.
  • Loading branch information
Lee Drengenberg authored Nov 21, 2022
1 parent 187cd35 commit 393b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/group1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default ({ getService, loadTestFile, getPageObjects }: FtrProviderContext
});

after(async () => {
await esArchiver.unload(esArchive);
await esNode.unload(esArchive);
await PageObjects.timePicker.resetDefaultAbsoluteRangeViaUiSettings();
await kibanaServer.importExport.unload(fixtureDirs.lensBasic);
await kibanaServer.importExport.unload(fixtureDirs.lensDefault);
Expand Down

0 comments on commit 393b378

Please sign in to comment.