grails / grails-gradle-plugin

Apache License 2.0
6 stars 9 forks source link

BUG: Running integration-test in Grails 6.0 runs all unit tests afterwards #246

Closed hayeskl closed 11 months ago

hayeskl commented 11 months ago

You can no longer run integration tests in Grails 6.0 without also running unit tests. This includes running a single integration test using the --tests parameter.

puneetbehl commented 11 months ago

Fixed with #243