davsclaus commented on code in PR #13392: URL: https://github.com/apache/camel/pull/13392#discussion_r1514623090
########## components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java: ########## @@ -140,11 +138,13 @@ public long timeTaken() { public void beforeEach(ExtensionContext context) throws Exception { currentTestName = context.getDisplayName(); globalStore = context.getStore(ExtensionContext.Namespace.GLOBAL); + setUp(); Review Comment: Yeah we have not found the best solution for this. This PR was just to show that its broken now, and that to make sure junit invokes the setup/teardown correctly we need more work. -- 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