This is an automated email from the ASF dual-hosted git repository.

amitj pushed a commit to branch OAK-10495
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 6fdbcc3068d59dac88d411607ab940b563dfc7d1
Author: amjain <[email protected]>
AuthorDate: Tue Oct 17 13:17:23 2023 +0530

    OAK-10495: Ignore DocumentStoreIndexerIT#parallelReindex* tests
    
    - Ignored tests
---
 .../java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
 
b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
index d0dd56bc44..69edd00839 100644
--- 
a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
+++ 
b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
@@ -59,6 +59,7 @@ import org.junit.After;
 import org.junit.Assume;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.contrib.java.lang.system.RestoreSystemProperties;
@@ -167,6 +168,7 @@ public class DocumentStoreIndexerIT extends 
LuceneAbstractIndexCommandTest {
     }
 
     @Test
+    @Ignore("OAK-10495")
     public void parallelReindex() throws Exception {
         LOG.info("Starting parallelReindex");
         System.setProperty(IndexStoreUtils.OAK_INDEXER_USE_LZ4, "false");
@@ -175,6 +177,7 @@ public class DocumentStoreIndexerIT extends 
LuceneAbstractIndexCommandTest {
     }
 
     @Test
+    @Ignore("OAK-10495")
     public void parallelReindexWithLZ4() throws Exception {
         LOG.info("Starting parallelReindexWithLZ4");
         System.setProperty(OAK_INDEXER_USE_LZ4, "true");

Reply via email to