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 af3b110708f (chores) camel-activemq: disable tests that depend on
Artemis container when not available
af3b110708f is described below
commit af3b110708fde7d3fd84a97e313cc1e53e935b08
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Apr 25 13:49:36 2024 +0200
(chores) camel-activemq: disable tests that depend on Artemis container
when not available
---
components/camel-activemq/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/components/camel-activemq/pom.xml
b/components/camel-activemq/pom.xml
index 227cd85eaa9..c00d0d412f6 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -35,6 +35,10 @@
<properties>
<camel.surefire.parallel>true</camel.surefire.parallel>
+
+ <!-- Artemis container is not available on these platforms -->
+ <skipITs.ppc64le>true</skipITs.ppc64le>
+ <skipITs.s390x>true</skipITs.s390x>
</properties>
<dependencies>