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

Aslak Knutsen (JIRA) issues at jboss.org
Tue Mar 18 14:34:10 EDT 2014


     [ https://issues.jboss.org/browse/ARQ-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen resolved ARQ-1641.
--------------------------------

         Assignee: Aslak Knutsen
    Fix Version/s: 1.1.4.Final
       Resolution: Done


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


More information about the arquillian-issues mailing list