ppalaga commented on a change in pull request #3000: URL: https://github.com/apache/camel-quarkus/pull/3000#discussion_r686307143
########## 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: Wouldn't integration-tests-support be a better place for the messaging module, given that it is not a real integration test? We could avoid excluding it here and in tooling/test-list/pom.xml then. But you maybe have some reason to keep `messaging` under `integration-tests`? -- 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]
