This is an automated email from the ASF dual-hosted git repository. davsclaus 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 db3d24c7a75 enable tests as emulator can run on arm db3d24c7a75 is described below commit db3d24c7a75bc0f3aabad0d21ca7957a6ad3d643 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 11 21:59:43 2025 +0200 enable tests as emulator can run on arm --- components/camel-google/camel-google-pubsub/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/camel-google/camel-google-pubsub/pom.xml b/components/camel-google/camel-google-pubsub/pom.xml index 2b3934fd589..8b4ca7c8b65 100644 --- a/components/camel-google/camel-google-pubsub/pom.xml +++ b/components/camel-google/camel-google-pubsub/pom.xml @@ -37,13 +37,11 @@ <componentName>GooglePubSub</componentName> <componentPackage>org.apache.camel.component.google.pubsub</componentPackage> - <!-- The emulator is only available for x86 --> + <!-- The emulator is not available for these --> <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> <dependencies>