]
Matous Jobanek commented on ARQ-2088:
-------------------------------------
It seems that the TestResult is Passed in all cases - even when the test fails
When test is skipped because of an assumption, Arquillian's test
result is passed
---------------------------------------------------------------------------------
Key: ARQ-2088
URL:
https://issues.jboss.org/browse/ARQ-2088
Project: Arquillian
Issue Type: Enhancement
Components: core
Affects Versions: 1.1.13.Final
Reporter: Matous Jobanek
When you run Arquillian test with an assumption: {{Assume.assumeFalse(true);}} then the
test is skipped. The same also say both IDE and maven surefire, but Arquillian's
{{TestResult}} retrieved in {{After}} phase contains status Passed.