This is an automated email from the ASF dual-hosted git repository.

apupier 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 24e3fdbd40e0 Skip IT test for Docling on ppc64le and s390x
24e3fdbd40e0 is described below

commit 24e3fdbd40e0edd66cb2115f0710bd2e5d1b29db
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Oct 9 09:14:20 2025 +0200

    Skip IT test for Docling on ppc64le and s390x
    
    as the container image is not compatible for these architectures
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-ai/camel-docling/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-ai/camel-docling/pom.xml 
b/components/camel-ai/camel-docling/pom.xml
index 0f0770144361..5848b083ef57 100644
--- a/components/camel-ai/camel-docling/pom.xml
+++ b/components/camel-ai/camel-docling/pom.xml
@@ -33,6 +33,11 @@
     <name>Camel :: AI :: Docling</name>
     <description>Docling document processing component</description>
 
+    <properties>
+        <skipITs.s390x>true</skipITs.s390x>
+        <skipITs.ppc64le>true</skipITs.ppc64le>
+    </properties>
+
     <dependencies>
 
         <dependency>

Reply via email to