On 12/08/2014 17:44, [email protected] wrote: > Added: > > jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/MiscTest.java > > ... > +public class MiscTest extends AbstractJCRTest { > + > + @Ignore("OAK-2024") > + @Test > + public void testTraverseIndex() throws Exception { > + It seems to me that AbstractJCRTest uses Junit3 constructs and ignore the @Ignore statements.
The test is failing and breaking the build. The only quick solution I have so far is to comment out the test method leaving the test signature available otherwise JUnit3 will complain of a class with no tests in it. D.
