jamesnetherton commented on code in PR #7715:
URL: https://github.com/apache/camel-quarkus/pull/7715#discussion_r2330512025
##########
integration-test-groups/jdbc/mysql/src/main/resources/application.properties:
##########
@@ -21,5 +21,6 @@
quarkus.datasource.mysql.db-kind=mysql
quarkus.datasource.mysql.jdbc.max-size=8
+quarkus.datasource.devservices.enabled=false
Review Comment:
Does this work when the `jdbc-grouped` itest module is run? All of the
'grouped' module `application.properties` will get combined, so this would
effectively disable dev services for all of those JDBC 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]