Skip to content

Commit b3fd1e2

Browse files
fixing maps tests -small fix to remove unloading of data for the subsequent tests to pass
1 parent bfa0694 commit b3fd1e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/test/functional/apps/maps/feature_controls/maps_security.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
2323
});
2424

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

0 commit comments

Comments
 (0)