You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/08 11:26:26 UTC

[camel] branch main updated: (chores) camel-core: isolate another misbehaved test

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 bcb51eccaaf (chores) camel-core: isolate another misbehaved test
bcb51eccaaf is described below

commit bcb51eccaaf6ed52f27b5a4fcecfc83138af3ee0
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 8 10:21:16 2023 +0200

    (chores) camel-core: isolate another misbehaved test
---
 .../org/apache/camel/processor/MulticastParallelMiddleTimeoutTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelMiddleTimeoutTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelMiddleTimeoutTest.java
index 4f21a211908..33fdf2282a0 100644
--- a/core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelMiddleTimeoutTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelMiddleTimeoutTest.java
@@ -22,7 +22,9 @@ import org.apache.camel.Exchange;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
+@Isolated
 public class MulticastParallelMiddleTimeoutTest extends ContextTestSupport {
 
     @Test