-
Bug
-
Resolution: Done
-
Major
-
1.1.2.Final
-
None
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
}