[arquillian-issues] [JBoss JIRA] (ARQ-1641) Tests with failed assumptions do not show up as skipped

Thomas Diesler (JIRA) issues at jboss.org
Fri Feb 14 03:29:28 EST 2014


Thomas Diesler created ARQ-1641:
-----------------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list