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 b5ebdbbe84f CAMEL-19425: temporarily disabled
DynamicRouterConcurrentPOJOTest
b5ebdbbe84f is described below
commit b5ebdbbe84f737aae714b1e61c3150f242cf88e3
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jun 26 09:32:28 2023 +0200
CAMEL-19425: temporarily disabled DynamicRouterConcurrentPOJOTest
Avoid failing the build while investigating the reasons why this test is
flaky
---
.../camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java
b/core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java
index 85ffe84afe7..aea329543c6 100644
---
a/core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/processor/dynamicrouter/DynamicRouterConcurrentPOJOTest.java
@@ -21,8 +21,10 @@ import org.apache.camel.DynamicRouter;
import org.apache.camel.Exchange;
import org.apache.camel.Header;
import org.apache.camel.builder.RouteBuilder;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
+@Disabled("Currently disabled due to CAMEL-19425")
public class DynamicRouterConcurrentPOJOTest extends ContextTestSupport {
private static final int COUNT = 100;