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 41e0df411bf (chores) ci: temporarily disabled unstable test
41e0df411bf is described below
commit 41e0df411bf80104f10929d8d80392564cbcaf72
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jun 26 14:50:15 2023 +0200
(chores) ci: temporarily disabled unstable test
---
.../test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
b/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
index 990cd6ba5f7..ed648ec11dd 100644
---
a/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
@@ -23,12 +23,14 @@ import org.apache.camel.ContextTestSupport;
import org.apache.camel.Exchange;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
+@Disabled("Still blocking on some environments")
public class SplitParallelTimeoutTest extends ContextTestSupport {
private volatile Exchange receivedExchange;