This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-4.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit eb3c8317e925673271e6cf0fa39d3c0f93737b12 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri Nov 8 09:22:14 2024 +0100 (chores) camel-minio: disable tests on s390x The container required for the test runs unreliably --- components/camel-minio/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-minio/pom.xml b/components/camel-minio/pom.xml index f078f006b59..eee5841a3a5 100644 --- a/components/camel-minio/pom.xml +++ b/components/camel-minio/pom.xml @@ -32,6 +32,11 @@ <name>Camel :: MinIO</name> <description>Store and retrieve objects from Minio Storage Service</description> + <properties> + <!-- Minio container is not available on s390x --> + <skipITs.s390x>true</skipITs.s390x> + </properties> + <dependencies> <dependency>
