essobedo commented on code in PR #9452: URL: https://github.com/apache/camel/pull/9452#discussion_r1120494208
########## core/camel-core/src/test/java/org/apache/camel/component/seda/SedaRemoveRouteThenAddAgainTest.java: ########## @@ -19,11 +19,11 @@ import org.apache.camel.ContextTestSupport; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; -import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.RepeatedTest; public class SedaRemoveRouteThenAddAgainTest extends ContextTestSupport { - @Test + @RepeatedTest(5) Review Comment: I guess it was only for testing purposes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org