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 dcefc6d8513 Skip test causes problems on CI
dcefc6d8513 is described below
commit dcefc6d8513c9e6505657725b09e00ee2cd064c2
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 5 19:08:24 2025 +0200
Skip test causes problems on CI
---
.../http/springboot/SpringBootPlatformHttpCertificationTest.java | 2 ++
1 file changed, 2 insertions(+)
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 a4f40bf573a..28fa0bfa46e 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
@@ -45,6 +45,7 @@ import
org.apache.camel.test.spring.junit5.CamelSpringBootTest;
import org.apache.camel.util.IOHelper;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperties;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
@@ -297,6 +298,7 @@ public class SpringBootPlatformHttpCertificationTest
extends PlatformHttpBase {
CamelContext camelContext;
@Test
+ @Disabled
@DisabledIfSystemProperties({
@DisabledIfSystemProperty(named = "ci.env.name", matches = ".*",
disabledReason = "File too large for CI"),