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

commit 104c89ef71e20c5542cc9c5cf2aa97841a5bce65
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Nov 17 15:31:59 2023 +0100

    (chores) camel-etcd3: skip tests on ARM
---
 components/camel-etcd3/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml
index 0c6da1f8e85..5f77ed81e58 100644
--- a/components/camel-etcd3/pom.xml
+++ b/components/camel-etcd3/pom.xml
@@ -36,6 +36,10 @@
         <firstVersion>3.5.0</firstVersion>
         <label>database</label>
         <supportLevel>Preview</supportLevel>
+
+        <!-- Etcd3 container is not available on these platforms -->
+        <skipTests.aarch64>true</skipTests.aarch64>
+        <skipITs.aarch64>true</skipITs.aarch64>
     </properties>
 
     <dependencies>

Reply via email to