Author: mariusvolkhart
Date: Sun Mar 14 11:31:18 2021
New Revision: 1887631

URL: http://svn.apache.org/viewvc?rev=1887631&view=rev
Log:
Disable parallel tests on Gradle again

Something is causing parallel tests to fail on CI. I haven't been able to track 
down what it is. The symptoms look similar to others where the cause was a test 
modifying the test-data directory.

The integration tests also sometimes run into OutOfMemoryErrors when I run them 
in parallel.

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1887631&r1=1887630&r2=1887631&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Mar 14 11:31:18 2021
@@ -167,7 +167,7 @@ subprojects {
         // this is necessary for JDK 9+ to keep formatting dates the same way 
as in previous JDK-versions
         systemProperties['java.locale.providers'] = 'JRE,CLDR'
 
-        systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'
+        systemProperties['junit.jupiter.execution.parallel.enabled'] = 'false'
     }
 
     jacoco {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to