There is a switch to turn off groovy.grape tests in certain circumstances. I am not sure it is defaulting correctly, but you can be sure it runs with:
gradlew :test --tests=groovy.grape.GrapeIvyTest -Djunit.network=true On Tue, Jul 1, 2025 at 6:50 AM Per Nyfelt <p...@alipsa.se> wrote: > I am trying to run the single test class groovy.grape.GrapeIvyTest (i.e. > in the core) from the command line but cannot figure out the syntax > > gradlew :test --tests groovy.grape.GrapeIvyTest > > ...as hinted in the readme results in > > * What went wrong: > Execution failed for task ':test'. > > No tests found for given includes: [groovy.grape.GrapeIvyTest](--tests > filter) > > Does anyone know? > > Best regards > > Per > >