Skip to content

Commit

Permalink
Use subproject instead of categories to exclude tests that need docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Apr 10, 2024
1 parent 92b94cf commit 6f82b8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gradle/any/testing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ tasks.withType(Test).all {
}

if (skipDockerTests) {
excludeCategories 'ucar.unidata.util.test.category.NeedsDocker'
// dap4
exclude 'dap4/test/**'
// httpservices
exclude 'ucar/httpservices/**'
exclude 'ucar/nc2/util/net/**'
// opendap
exclude 'opendap/test/**'
exclude 'ucar/nc2/dods/**'
}
}
}
Expand Down

0 comments on commit 6f82b8d

Please sign in to comment.