Skip to content

Commit

Permalink
fixing maps tests -small fix to remove unloading of data for the subs…
Browse files Browse the repository at this point in the history
…equent tests to pass
  • Loading branch information
rashmivkulkarni committed Nov 19, 2020
1 parent bfa0694 commit b3fd1e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

after(async () => {
await esArchiver.unload('maps/kibana');
// logout, so the other tests don't accidentally run as the custom users we're testing below
await PageObjects.security.forceLogout();
});
Expand Down

0 comments on commit b3fd1e2

Please sign in to comment.