Tests with failed assumptions do not show up as skipped
-------------------------------------------------------
Key: ARQ-1641
URL:
https://issues.jboss.org/browse/ARQ-1641
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.1.2.Final
Reporter: Thomas Diesler
Assignee: Aslak Knutsen
Fix For: 1.1.4.Final
A test like this reports success instead of skipped.
Occurs with managed wildfly, tomcat, karaf
{code}
@Test
public void foo() throws Exception {
Assume.assumeTrue(false);
// test code that should only run when the above is true
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: