]
Jan Blizňák updated JBWS-4185:
------------------------------
Git Pull Request:
IgnoreEnv and IgnoreContainer rules make false positives
--------------------------------------------------------
Key: JBWS-4185
URL:
https://issues.jboss.org/browse/JBWS-4185
Project: JBoss Web Services
Issue Type: Bug
Affects Versions: jbossws-cxf-5.3.0.Final
Reporter: Jan Blizňák
Assignee: Jan Blizňák
Priority: Major
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.