Commit 1d01e54
committed
Gradle can now ignore unit tests matching a pattern
To temporarily ignore unit tests matching a specific pattern,
run gradle like this:
gradle test -PexcludeTests="*pqc*"
This example ignores the pqc unit tests; any pattern that matches
a fully qualified class name will work.1 parent cf490aa commit 1d01e54
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
0 commit comments