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 623e66fb7f9 camel-olingo4: skip tests on s390 as its too slow and can
cause CI servers to hang
623e66fb7f9 is described below
commit 623e66fb7f91dc77fda43218f46ca0dcf6a4ee73
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 4 07:36:28 2025 +0100
camel-olingo4: skip tests on s390 as its too slow and can cause CI servers
to hang
---
components/camel-olingo4/camel-olingo4-component/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/components/camel-olingo4/camel-olingo4-component/pom.xml
b/components/camel-olingo4/camel-olingo4-component/pom.xml
index b2714030d6e..c776fc01290 100644
--- a/components/camel-olingo4/camel-olingo4-component/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-component/pom.xml
@@ -36,6 +36,9 @@
<maven.exe.file.extension />
<componentPackage>org.apache.camel.component.olingo4</componentPackage>
<outPackage>org.apache.camel.component.olingo4.internal</outPackage>
+ <!-- s390 is too slow -->
+ <skipTests.s390x>true</skipTests.s390x>
+ <skipITs.s390x>true</skipITs.s390x>
</properties>
<dependencies>