Skip to content

Commit

Permalink
uncomment archive unload (#134835)
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane authored Jun 21, 2022
1 parent f5d5821 commit 1d361cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getService }) {
});

after('unload archive', () => {
// return esArchiver.unload(archive);
return esArchiver.unload(archive);
});

it('should summarize the Logstash node with non-advanced chart data metrics', async () => {
Expand Down

0 comments on commit 1d361cc

Please sign in to comment.