Skip to content

Commit

Permalink
Clear SystemProperties set by QuarkusMainIntegrationTestExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jan 28, 2025
1 parent 8d65dcf commit c8cd253
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ private ArtifactLauncher.LaunchResult doProcessStart(ExtensionContext context, S
return launcher.runToCompletion(args);

} finally {

for (Map.Entry<String, String> i : old.entrySet()) {
old.put(i.getKey(), System.getProperty(i.getKey()));
if (i.getValue() == null) {
System.clearProperty(i.getKey());
} else {
Expand Down

0 comments on commit c8cd253

Please sign in to comment.