Skip to content

Commit

Permalink
(chores) camel-qdrant: disable tests on PPC64LE and s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Mar 14, 2024
1 parent 825e985 commit 9c29395
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/camel-qdrant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9c29395

Please sign in to comment.