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 9c29395901e (chores) camel-qdrant: disable tests on PPC64LE and s390x 9c29395901e is described below commit 9c29395901e6551358f099fb25a2ab44826b7410 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Mar 14 09:34:22 2024 +0100 (chores) camel-qdrant: disable tests on PPC64LE and s390x --- components/camel-qdrant/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-qdrant/pom.xml b/components/camel-qdrant/pom.xml index a86b86437a1..e7c6530c5ca 100644 --- a/components/camel-qdrant/pom.xml +++ b/components/camel-qdrant/pom.xml @@ -34,6 +34,12 @@ <properties> <camel.surefire.parallel>true</camel.surefire.parallel> <camel.surefire.parallel.factor>4</camel.surefire.parallel.factor> + + <!-- Qdrant is not available on these platforms --> + <skipITs.ppc64le>true</skipITs.ppc64le> + <skipITs.s390x>true</skipITs.s390x> + <skipTests.ppc64le>true</skipTests.ppc64le> + <skipTests.s390x>true</skipTests.s390x> </properties> <dependencies>