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

orpiske pushed a commit to branch camel-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 64ae532250cfb8bc7b3e9ffa3d4b9a9aa9506d90
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon May 20 18:57:09 2024 +0200

    (chores) ci: disable ArangoDB tests on s390x and ppc64le
    
    The container is not available for these platforms
---
 components/camel-arangodb/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-arangodb/pom.xml 
b/components/camel-arangodb/pom.xml
index a2fa602f993..4d7ec47d085 100644
--- a/components/camel-arangodb/pom.xml
+++ b/components/camel-arangodb/pom.xml
@@ -36,6 +36,10 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+        <!-- ArangoDB container is not available on these platforms -->
+        <skipITs.ppc64le>true</skipITs.ppc64le>
+        <skipITs.s390x>true</skipITs.s390x>
     </properties>
 
     <dependencies>

Reply via email to