llowinge opened a new issue #1717: URL: https://github.com/apache/camel-quarkus/issues/1717
There exist some tests which are run against mocked services (eg. SlackTest) by default. If we set ENV property, it should be run against external service but we cannot say that with 100%, becasue eg. ENV property can change the name and so the test would be run against mocked service only. Suggested way would be adding some property eg. -Dtest.external.service=true, which would skip the test, if the needed ENV properties are not set. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
