essobedo commented on code in PR #327:
URL: https://github.com/apache/camel-karaf/pull/327#discussion_r1630694639


##########
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelRouteITest.java:
##########
@@ -116,6 +117,9 @@ public Option[] config() {
         if (hasCamelRouteSupplierFilter()) {
             combine = combine(combine, getCamelRouteSupplierFilter());
         }
+        if (hasCamekKarafTestHint()) {
+            combine = combine(combine, getCamelRouteIgnoreSupplier());
+        }

Review Comment:
   ```suggestion
           if (hasCamekKarafTestHint()) {
               combine = combine(combine, getCamelRouteIgnoreSupplier());
           } else if (hasCamelRouteSupplierFilter()) {
               combine = combine(combine, getCamelRouteSupplierFilter());
           }
   ```
   They are exclusives, it can only be one or the other



-- 
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

Reply via email to