Skip to content

Commit

Permalink
Clear SystemProperties set by QuarkusMainIntegrationTestExtension
Browse files Browse the repository at this point in the history
radcortez committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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 {

0 comments on commit c8cd253

Please sign in to comment.