This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 479769d15c2244269ce9e4f2b3be13cf57c21733 Author: Matt Sicker <[email protected]> AuthorDate: Sat Jan 29 01:40:46 2022 -0600 Test workflow with parallel tests disabled --- log4j-api-test/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log4j-api-test/pom.xml b/log4j-api-test/pom.xml index b9c53a3..d6dcb89 100644 --- a/log4j-api-test/pom.xml +++ b/log4j-api-test/pom.xml @@ -158,8 +158,10 @@ <properties> <configurationParameters> <!-- LOG4J2-2921: use parallel test execution by default --> + <!-- TODO: testing workflow without parallelism enabled junit.jupiter.execution.parallel.enabled = true junit.jupiter.execution.parallel.mode.default = concurrent + --> </configurationParameters> </properties> <forkCount>1C</forkCount>
