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 6aa33e4935e CAMEL-20215: Disabled test 6aa33e4935e is described below commit 6aa33e4935e7271c5664e7e68b16c20f905f4638 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 7 07:34:18 2024 +0100 CAMEL-20215: Disabled test --- .../mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java index 7cb3e2e96e7..441f45dbaba 100644 --- a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java +++ b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java @@ -20,11 +20,13 @@ import java.util.concurrent.TimeUnit; import org.apache.camel.builder.NotifyBuilder; import org.apache.camel.test.mllp.Hl7TestMessageGenerator; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertDoesNotThrow; import static org.junit.jupiter.api.Assertions.assertTrue; +@Disabled("https://issues.apache.org/jira/browse/CAMEL-20215") public class MllpTcpServerConsumerOptionalEndOfDataWithValidationTest extends TcpServerConsumerEndOfDataAndValidationTestSupport {