This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new b1aac0f4a4 Revert "Improve JTL test parallelization."
b1aac0f4a4 is described below
commit b1aac0f4a4a8d46983d2eea24d33b5eb3d92a9f1
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 9 21:50:13 2022 +0200
Revert "Improve JTL test parallelization."
This reverts commit 83e0e6516fa5a3818db37acb4a2495efafc63a08.
---
log4j-layout-template-json/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/log4j-layout-template-json/pom.xml
b/log4j-layout-template-json/pom.xml
index 93d4f154b7..6507df8f6b 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -280,8 +280,6 @@
indeed handles everything in UTF-8 without implicitly
relying on the system defaults. -->
<argLine>-Dfile.encoding=US-ASCII</argLine>
- <forkCount>8C</forkCount>
- <reuseForks>true</reuseForks>
<systemPropertyVariables>
<!-- Enable JUnit 5 parallel execution. -->
<junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled>