Skip to content

Commit 662b9ea

Browse files
committed
Avoid GPG agent interactions during test runs
1 parent f27c378 commit 662b9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tests/src/test/java/org/junit/platform/reporting/open/xml/OpenTestReportGeneratingListenerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void includesGitInfoWhenEnabled(String originUrl, @TempDir Path tempDirectory) t
191191

192192
execGit(tempDirectory, "config", "user.name", "Alice");
193193
execGit(tempDirectory, "config", "user.email", "[email protected]");
194-
execGit(tempDirectory, "commit", "-m", "Initial commit");
194+
execGit(tempDirectory, "commit", "--no-gpg-sign", "-m", "Initial commit");
195195

196196
var engine = new DemoHierarchicalTestEngine("dummy");
197197

0 commit comments

Comments
 (0)