You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 07:45:52 UTC

[logging-log4j2] 01/02: Revert "Test workflow with parallel tests disabled"

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 1716d5bfd65b394c16098e70587246b4b787347e
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:42:38 2022 -0600

    Revert "Test workflow with parallel tests disabled"
    
    This reverts commit 479769d15c2244269ce9e4f2b3be13cf57c21733.
---
 log4j-api-test/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/log4j-api-test/pom.xml b/log4j-api-test/pom.xml
index d6dcb89..b9c53a3 100644
--- a/log4j-api-test/pom.xml
+++ b/log4j-api-test/pom.xml
@@ -158,10 +158,8 @@
           <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>