This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 5e0c41c6a5be6dfcb5b449edbe8515a8cb03f269 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Jan 5 14:48:29 2023 +0100 (chores) camel-mllp-starter: disable flaky test on Github --- .../mllp/springboot/MllpTcpClientProducerConnectionErrorTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components-starter/camel-mllp-starter/src/test/java/org/apache/camel/component/mllp/springboot/MllpTcpClientProducerConnectionErrorTest.java b/components-starter/camel-mllp-starter/src/test/java/org/apache/camel/component/mllp/springboot/MllpTcpClientProducerConnectionErrorTest.java index e5e25f1f6a3..478479174f5 100644 --- a/components-starter/camel-mllp-starter/src/test/java/org/apache/camel/component/mllp/springboot/MllpTcpClientProducerConnectionErrorTest.java +++ b/components-starter/camel-mllp-starter/src/test/java/org/apache/camel/component/mllp/springboot/MllpTcpClientProducerConnectionErrorTest.java @@ -36,6 +36,7 @@ import org.apache.camel.spring.boot.CamelAutoConfiguration; import org.apache.camel.spring.boot.CamelContextConfiguration; import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.condition.DisabledIfSystemProperty; import org.junit.jupiter.api.extension.RegisterExtension; import static org.junit.jupiter.api.Assertions.assertEquals; @@ -56,6 +57,7 @@ import org.apache.camel.test.spring.junit5.CamelSpringBootTest; MllpTcpClientProducerConnectionErrorTest.TestConfiguration.class } ) +@DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Flaky on Github CI") public class MllpTcpClientProducerConnectionErrorTest { @RegisterExtension