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 e949d00b03b Enable camel-djl test suites execution on ppc64le (#10264)
e949d00b03b is described below

commit e949d00b03b7a23f62566c72a6bae1614517745c
Author: Balavva-Mirji <[email protected]>
AuthorDate: Tue Jun 6 12:38:11 2023 +0530

    Enable camel-djl test suites execution on ppc64le (#10264)
---
 components/camel-djl/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/components/camel-djl/pom.xml b/components/camel-djl/pom.xml
index c2df5f0d8b5..89f6a843482 100644
--- a/components/camel-djl/pom.xml
+++ b/components/camel-djl/pom.xml
@@ -31,9 +31,7 @@
     <description>Camel Deep Java Library support</description>
 
     <properties>
-        <!-- DJL requires native components only available on x86 -->
-        <skipTests.ppc64le>true</skipTests.ppc64le>
-        <skipITs.ppc64le>true</skipITs.ppc64le>
+        <!-- DJL requires native components only available on x86 & ppc64le -->
         <skipTests.s390x>true</skipTests.s390x>
         <skipITs.s390x>true</skipITs.s390x>
         <skipTests.aarch64>true</skipTests.aarch64>

Reply via email to