Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1641

Tests with failed assumptions do not show up as skipped

    XMLWordPrintable

Details

    Description

      A test like this reports success instead of skipped.
      Occurs with managed wildfly, tomcat, karaf

          @Test
          public void foo() throws Exception {
      
              Assume.assumeTrue(false);
             
             // test code that should only run when the above is true
          }
      

      Attachments

        Activity

          People

            aslak@redhat.com Aslak Knutsen
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: