jamesnetherton commented on issue #7264: URL: https://github.com/apache/camel-quarkus/issues/7264#issuecomment-2820610798
This is expected to a certain degree. On Camel Quarkus, the `CamelContext` is not stopped / started between each test execution. Any routes you add outside of `createRouteBuilder` will persist across multiple tests and thus the advice will remain applied indefinitely. When you configure the routes within `createRouteBuilder`, they get cleaned up after each test. Maybe things can be improved here. It needs investigating. -- 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