You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/05/20 13:33:32 UTC

[camel] 02/02: (chores) camel-jpa: blocked from running on CI due to instabilities

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 9dfb48035d763e32a11be5e84a5772f7852e6416
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sat May 20 15:33:12 2023 +0200

    (chores) camel-jpa: blocked from running on CI due to instabilities
---
 components/camel-jpa/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index a80499953b2..c7a867edec6 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -32,6 +32,8 @@
     <description>Camel JPA support</description>
 
     <properties>
+        <!-- Needs to be investigated: crashes on CI on s390x -->
+        <skipTests.s390x>true</skipTests.s390x>
     </properties>
 
     <dependencies>