[GRADLE-3419] Ignored TestClass Missing from Gradle Test Report Created: 24/Mar/16 Updated: 18/Nov/16 Resolved: 18/Nov/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.8, 2.11, 2.12 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Pepper Lebeck-Jobe | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Description |
When using Spock's @IgnoreIf annotation which causes all of the test methods in a test class to be ignored, the whole test class is missing from the test report. This differs from how ignored test methods are reported. Those show up in the report and are just marked as ignored. This behavior is also different than how Maven's surefire test reports report the same test class. Steps to reproduce:
Expected Behavior Observed Behavior Maven To produce that report, I used: $> mvn surefire-report:report This makes me think that the error is not in the data made available by Spock, but in Gradle's report generation code itself. Properties of my environment |
Comments |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Pepper Lebeck-Jobe [ 18/Nov/16 ] |
This will now be tracked in https://github.com/gradle/gradle/issues/896 |