[GRADLE-3326] Test filters are ignored for JUnit tests with Runner that is not Filterable Created: 26/Jul/15 Updated: 26/Jul/15 Resolved: 26/Jul/15 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.6-rc-1 |
| Type: | Bug | ||
| Reporter: | Adam Murdoch | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
For example running gradle test --tests SomeClass will run all classes that have a Runner that is not Filterable regardless of their name. |