This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch seda in repository https://gitbox.apache.org/repos/asf/camel.git
commit 91bf40eae6495ac2cb45cf8034cc25d4274f958a Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jul 2 17:18:19 2024 +0200 Run test once --- .../test/java/org/apache/camel/processor/WireTapAbortPolicyTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/WireTapAbortPolicyTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/WireTapAbortPolicyTest.java index 81b279f21dd..d96527a0f8d 100644 --- a/core/camel-core/src/test/java/org/apache/camel/processor/WireTapAbortPolicyTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/processor/WireTapAbortPolicyTest.java @@ -29,7 +29,7 @@ import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.RepeatedTest; +import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.DisabledIfSystemProperty; import org.junit.jupiter.api.parallel.Isolated; @@ -59,7 +59,7 @@ public class WireTapAbortPolicyTest extends ContextTestSupport { } } - @RepeatedTest(value = 1000) + @Test public void testSend() throws Exception { // hello must come first, as we have delay on the tapped route result.expectedMinimumMessageCount(2);
