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

davsclaus 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 c82cfb7175b Skip test on s390 as there is no container image
c82cfb7175b is described below

commit c82cfb7175b3a75ad61682fef1894787a9d07ee2
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 1 07:56:24 2025 +0200

    Skip test on s390 as there is no container image
---
 components/camel-zookeeper-master/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-zookeeper-master/pom.xml 
b/components/camel-zookeeper-master/pom.xml
index 9cb6c329dae..0b592e3bce9 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -35,6 +35,7 @@
     <properties>
         <!-- Zookeeper container is not available on this platform -->
         <skipITs.aarch64>true</skipITs.aarch64>
+        <skipITs.s390x>true</skipITs.s390x>
     </properties>
 
     <dependencies>

Reply via email to