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 687059d9513b Skip IT tests on ppc64le for PQC as AWS Localstack is not 
available
687059d9513b is described below

commit 687059d9513beed1a03e33446617d107c3b20fbb
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Oct 13 08:55:53 2025 +0200

    Skip IT tests on ppc64le for PQC as AWS Localstack is not available
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-pqc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-pqc/pom.xml b/components/camel-pqc/pom.xml
index ced4cf138cdf..16552bf83794 100644
--- a/components/camel-pqc/pom.xml
+++ b/components/camel-pqc/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <skipITs.s390x>true</skipITs.s390x>
+        <skipITs.ppc64le>true</skipITs.ppc64le>
     </properties>
 
     <dependencies>

Reply via email to