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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 54d83775b7fe fix(ci): coverage report for camel-zookeeper-master
54d83775b7fe is described below

commit 54d83775b7fe22ca0ae3fa4b15be386fbed14eb6
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 28 12:33:23 2026 +0100

    fix(ci): coverage report for camel-zookeeper-master
    
    Ref CAMEL-22913
---
 components/camel-zookeeper-master/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-zookeeper-master/pom.xml 
b/components/camel-zookeeper-master/pom.xml
index 2801f19b8d9a..46e830144bb9 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -36,6 +36,7 @@
         <!-- Zookeeper container is not available on this platform -->
         <skipITs.aarch64>true</skipITs.aarch64>
         <skipITs.s390x>true</skipITs.s390x>
+        <camel.surefire.fork.additional-vmargs>-XX:+ExitOnOutOfMemoryError 
-Xmx2G</camel.surefire.fork.additional-vmargs>
     </properties>
 
     <dependencies>
@@ -136,7 +137,6 @@
                             <systemPropertyVariables>
                                 
<visibleassertions.silence>true</visibleassertions.silence>
                             </systemPropertyVariables>
-                            <argLine>-XX:+ExitOnOutOfMemoryError 
-Xmx2G</argLine>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to