-
Bug
-
Resolution: Done
-
Major
-
jbossws-cxf-5.3.0.Final
-
None
-
None
Current implementations of Ignore* test rules can only skip the test when theirs assume fails. However, when assume passes it will mark test as passed no matter what the real outcome would be.
The problem is the rule does not call the base Statement it is wrapped around so it effectively stops the execution of the test.