This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch fix-jenkins
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit c39c9285515ef028a4b9a527b31138dee6f63975
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 7 22:54:54 2026 +0100

    Fix Jenkins build
---
 surefire-its/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 2787f1c5b..0eced2519 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -276,13 +276,9 @@
     <profile>
       <id>apache.ci</id>
       <properties>
-        <its.forkCount>1</its.forkCount>
+        <its.forkCount>0.4C</its.forkCount>
         <its.threadCount>1</its.threadCount>
         <surefire.rerunFailingTestsCount>1</surefire.rerunFailingTestsCount>
-        
<junit.vintage.execution.parallel.enabled>true</junit.vintage.execution.parallel.enabled>
-        
<junit.vintage.execution.parallel.classes>true</junit.vintage.execution.parallel.classes>
-        
<junit.vintage.execution.parallel.methods>false</junit.vintage.execution.parallel.methods>
-        
<junit.vintage.execution.parallel.pool>5</junit.vintage.execution.parallel.pool>
       </properties>
     </profile>
     <profile>

Reply via email to