Is there a way to exclude packages from the default test-app runner? I have a set of long-running tests I want to run separate from other tests and I’m looking for a way to exclude a specific package from the running of grails test-app.
Is this possible?
To my knowledge you cannot exclude, but you can include specific packages. Which will still get you there.
Grails Testing Docs