You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/28 11:15:31 UTC

[camel] branch main updated: (chores) camel-zookeeper-master: disable tests on ARM (#10884)

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

orpiske 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 6cccbfb6f69 (chores) camel-zookeeper-master: disable tests on ARM (#10884)
6cccbfb6f69 is described below

commit 6cccbfb6f69d87f786b840f25e718ce54792f570
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Fri Jul 28 13:15:24 2023 +0200

    (chores) camel-zookeeper-master: disable tests on ARM (#10884)
---
 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 75204218fe1..97460c31408 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.s390x>true</skipITs.s390x>
+        <skipITs.aarch64>true</skipITs.aarch64>
     </properties>
 
     <dependencies>