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 f20ca4a0302 (chores) camel-rocketmq: disable tests on unsupported 
platforms (#11072)
f20ca4a0302 is described below

commit f20ca4a030203b4ccbbc7c5b8ec5d982d8706d29
Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com>
AuthorDate: Thu Aug 10 18:44:12 2023 +0200

    (chores) camel-rocketmq: disable tests on unsupported platforms (#11072)
---
 components/camel-rocketmq/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/components/camel-rocketmq/pom.xml 
b/components/camel-rocketmq/pom.xml
index 8aa781e868e..a7d123c22f7 100644
--- a/components/camel-rocketmq/pom.xml
+++ b/components/camel-rocketmq/pom.xml
@@ -32,6 +32,14 @@
     <name>Camel :: RocketMQ</name>
     <description>Camel RocketMQ Component</description>
 
+    <properties>
+        <!-- RocketMQ container is only available on x86 -->
+        <skipTests.ppc64le>true</skipTests.ppc64le>
+        <skipTests.s390x>true</skipTests.s390x>
+        <skipTests.aarch64>true</skipTests.aarch64>
+    </properties>
+
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to