Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
Unknown
Description
In some test scenarios, we have to exclude a specific route from being loaded in the camel context.
The @ExcludeRoutes Junit5 annotation provides this functionality at the Class level.
There is no way to Exclude a specific route within a class if there are multiple routes (filtering).
The only alternative is to use auto startup or precondition.