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 a969096a967 (chores) camel-google-pubsub: also unit skip tests on 
arm/ppc64le/s390x
a969096a967 is described below

commit a969096a9670e508a5eedd5b74418e8c55861c73
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sun May 21 16:47:53 2023 +0200

    (chores) camel-google-pubsub: also unit skip tests on arm/ppc64le/s390x
---
 components/camel-google/camel-google-pubsub/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-google/camel-google-pubsub/pom.xml 
b/components/camel-google/camel-google-pubsub/pom.xml
index d0042485b9a..6e472a4d2fc 100644
--- a/components/camel-google/camel-google-pubsub/pom.xml
+++ b/components/camel-google/camel-google-pubsub/pom.xml
@@ -39,8 +39,11 @@
 
         <!-- The emulator is only available for x86 -->
         <skipITs.ppc64le>true</skipITs.ppc64le>
+        <skipTests.ppc64le>true</skipTests.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
+        <skipTests.s390x>true</skipTests.s390x>
         <skipITs.aarch64>true</skipITs.aarch64>
+        <skipTests.aarch64>true</skipTests.aarch64>
     </properties>
 
     <dependencyManagement>

Reply via email to