You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/08/29 13:27:26 UTC

[Bug 55227] [PATCH] JUnit Ignore annotation is ignored as of revision 953761

https://bz.apache.org/bugzilla/show_bug.cgi?id=55227

--- Comment #1 from Michael Clarke <mc...@apache.org> ---
This scenario mixes JUnit 3 (extends TestCase) and JUnit 4 (annotations) which
isn't valid - the JUnit 3 runner doesn't recognise annotations and the JUnit 4
runner wouldn't run for any class not containing @Test annotations. Our current
functionality is consistent with most (possibly all?) IDEs, so I'm proposing
closing this as a 'WONT FIX', even though we have a patch that would work round
the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.