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 1622cc94bce0 Deactivate PQC IT test on s390x as HashicorpValult
container image is not available
1622cc94bce0 is described below
commit 1622cc94bce07a01e6afa05437810d132b8b0303
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Oct 10 09:35:04 2025 +0200
Deactivate PQC IT test on s390x as HashicorpValult container image 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 e4d0cd581e15..47a6a4f0602e 100644
--- a/components/camel-pqc/pom.xml
+++ b/components/camel-pqc/pom.xml
@@ -33,6 +33,7 @@
<description>Execute different Signature and verification using Post
Quantum Cryptography algorithms</description>
<properties>
+ <skipITs.s390x>true</skipITs.s390x>
</properties>
<dependencies>