JiriOndrusek commented on issue #4362: URL: https://github.com/apache/camel-quarkus/issues/4362#issuecomment-1373393603
The right approach to solve your problem is to configure which routes should be started in test. You can use application.properties like ``` quarkus.camel.routes-discovery.exclude-patterns=t quarkus.camel.routes-discovery.include-patterns= ``` It should be even possible to modify those for different tests using profiles. -- 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