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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 27e03fc4054 Skip test on CI
27e03fc4054 is described below
commit 27e03fc4054e4944f1d1caef9a526e5331d724c8
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 3 07:58:35 2025 +0200
Skip test on CI
---
.../http/springboot/SpringBootPlatformHttpCertificationTest.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git
a/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
b/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
index 1ad0f93b34e..01c98730dc6 100644
---
a/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
+++
b/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
@@ -298,10 +298,8 @@ public class SpringBootPlatformHttpCertificationTest
extends PlatformHttpBase {
@Test
@DisabledIfSystemProperties({
- @DisabledIfSystemProperty(named = "ci.env.name", matches =
"apache.org",
- disabledReason = "File too large for Apache CI"),
- @DisabledIfSystemProperty(named = "ci.env.name", matches =
"github.com",
- disabledReason = "File too large for GitHub CI")
+ @DisabledIfSystemProperty(named = "ci.env.name", matches = ".*",
+ disabledReason = "File too large for CI"),
})
void streamingWithLargeRequestAndResponseBody() throws Exception {
camelContext.getStreamCachingStrategy().setSpoolEnabled(true);