On 13.8.14 11:20 , Davide Giannella wrote:
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.


I guess you could add it to the know.issue property [1].

Michael

[1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-jcr/pom.xml#L35

Reply via email to