Hello I have several unit tests that are annotated with @RunWith(org.apache.camel.test.cdi.CamelCdiRunner.class) and also inject
@Inject @ContextName("camel-test-cdi") CamelContext context; I do not inject any non-test routes, yet, when I run the tests the routes start. How is it possible to run the tests without the non test routes from starting? Thanks