matrei commented on PR #14925: URL: https://github.com/apache/grails-core/pull/14925#issuecomment-3220434838
> > > but I want a way to opt out locally when testing or making large changes. > > > > > > Isn't that why there are separate `test` and `check` Gradle tasks? > > It's my understanding that test only runs the unit tests. Yes, integration tests are a feature added by the Integration Test Grails Gradle Plugin. This is not wired to the `test` task but on the `check` task. So at present you will have to run `./gradlew test iT` to run all 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: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org