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.git
The following commit(s) were added to refs/heads/main by this push:
new 5ce91c65952 (chores) camel-mllp: disabled flaky test on Github
5ce91c65952 is described below
commit 5ce91c65952eaee0171b70397cf74ab88d343f34
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 5 10:58:30 2023 +0100
(chores) camel-mllp: disabled flaky test on Github
---
.../camel/component/mllp/MllpTcpClientProducerConnectionErrorTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpClientProducerConnectionErrorTest.java
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpClientProducerConnectionErrorTest.java
index 25b08fc7ce6..1b2ffd305d7 100644
---
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpClientProducerConnectionErrorTest.java
+++
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpClientProducerConnectionErrorTest.java
@@ -32,11 +32,13 @@ import
org.apache.camel.test.junit.rule.mllp.MllpServerResource;
import org.apache.camel.test.junit5.CamelTestSupport;
import org.apache.camel.test.mllp.Hl7TestMessageGenerator;
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;
import static org.junit.jupiter.api.Assertions.assertTrue;
+@DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com",
disabledReason = "Flaky on Github CI")
public class MllpTcpClientProducerConnectionErrorTest extends CamelTestSupport
{
@RegisterExtension