ppalaga commented on a change in pull request #3000: URL: https://github.com/apache/camel-quarkus/pull/3000#discussion_r686309759
########## File path: tooling/scripts/validate-github-workflows.groovy ########## @@ -30,7 +30,7 @@ final Set<String> executedBaseNames = [] as Set // Add any ignored itest modules here. Or prefix the module name with '#' to disable it // hystrix - https://github.com/apache/camel-quarkus/issues/1146 -final List<String> excludedModules = ['hystrix', 'nats'] as List +final List<String> excludedModules = ['hystrix', 'messaging', 'nats'] as List Review comment: BTW, do we still need to exclude nats here? I mean it is there in test-categories.yaml -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
