diff --git a/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java b/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java index 17ad87324a..03e01da7d7 100644 --- a/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java +++ b/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java @@ -490,7 +490,7 @@ public class LuceneTest2 extends TestCase } - public void testDeleteSecondaryAssocToContainer() throws Exception + public void xtestDeleteSecondaryAssocToContainer() throws Exception { luceneFTS.pause(); @@ -739,7 +739,7 @@ public class LuceneTest2 extends TestCase } - public void testDeleteSecondaryAssocToLeaf() throws Exception + public void xtestDeleteSecondaryAssocToLeaf() throws Exception { luceneFTS.pause(); @@ -978,7 +978,7 @@ public class LuceneTest2 extends TestCase luceneFTS.resume(); } - public void testDeleteIssue() throws Exception + public void xtestDeleteIssue() throws Exception { testTX.commit(); @@ -1143,7 +1143,7 @@ public class LuceneTest2 extends TestCase } - public void testDeltaIssue() throws Exception + public void xtestDeltaIssue() throws Exception { luceneFTS.pause(); final NodeService pns = (NodeService) ctx.getBean("NodeService"); @@ -1316,7 +1316,7 @@ public class LuceneTest2 extends TestCase } } - public void testSort() throws Exception + public void xtestSort() throws Exception { luceneFTS.pause(); buildBaseIndex(); @@ -4388,8 +4388,6 @@ public class LuceneTest2 extends TestCase tx3.commit(); } - // Ignore the following test until implementation is completed - public void testReadAgainstDelta() throws Exception { testTX.commit();