Skip to content

Commit

Permalink
Merge pull request quarkusio#45935 from radcortez/fix-45868
Browse files Browse the repository at this point in the history
Clear SystemProperties set by QuarkusMainIntegrationTestExtension
  • Loading branch information
geoand authored Jan 29, 2025
2 parents ed97778 + c8cd253 commit 2376041
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 2376041

Please sign in to comment.