Skip to content

Commit c5ee893

Browse files
committed
Unfortunately, use real disk drive during junit testing remains difficult and keeps having issues. So we're not cleaning up unzipped files anymore for now... :/
1 parent e90f641 commit c5ee893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core-test-module/src/main/java/testutil/SecureTestDataHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void runTestWithSecureTestData(PasswordsConsumer consumer)
2323
try {
2424
consumer.accept(accessSecureTestData());
2525
} finally {
26-
cleanupSecureTestData();
26+
//cleanupSecureTestData();
2727
}
2828
}
2929

0 commit comments

Comments
 (0)