Skip to content

Commit c8cd253

Browse files
committed
Clear SystemProperties set by QuarkusMainIntegrationTestExtension
1 parent 8d65dcf commit c8cd253

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-framework/junit5/src/main/java/io/quarkus/test/junit/QuarkusMainIntegrationTestExtension.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ private ArtifactLauncher.LaunchResult doProcessStart(ExtensionContext context, S
180180
return launcher.runToCompletion(args);
181181

182182
} finally {
183-
184183
for (Map.Entry<String, String> i : old.entrySet()) {
185-
old.put(i.getKey(), System.getProperty(i.getKey()));
186184
if (i.getValue() == null) {
187185
System.clearProperty(i.getKey());
188186
} else {

0 commit comments

Comments
 (0)