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:31 UTC

[camel] 01/02: (chores) camel-optaplanner: 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 83cd6480fadf901d3d00c7345ed0d5aaeee33b08
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sat May 20 15:33:04 2023 +0200

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

diff --git a/components/camel-optaplanner/pom.xml b/components/camel-optaplanner/pom.xml
index c90a1cb7bb5..32af1739922 100644
--- a/components/camel-optaplanner/pom.xml
+++ b/components/camel-optaplanner/pom.xml
@@ -33,6 +33,8 @@
 
     <properties>
         <camel.surefire.forkTimeout>1800</camel.surefire.forkTimeout>
+        <!-- Needs to be investigated: crashes on CI on ppc64le -->
+        <skipTests.ppc64le>true</skipTests.ppc64le>
     </properties>
 
     <dependencies>