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

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

commit 78675dc21cf01b2447b306586d248c2c7531291b
Author: Thomas Mueller <[email protected]>
AuthorDate: Mon Feb 17 13:34:46 2025 +0100

    OAK-11490 VersionGarbageCollectorIT takes 1 hour to run - ignore for now
---
 .../jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
index 16a0e82cf5..80c98dbf38 100644
--- 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
+++ 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
@@ -142,6 +142,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @RunWith(Parameterized.class)
+@Ignore("OAK-11490")
 public class VersionGarbageCollectorIT {
 
     // OAK-10845 : temporary hacky exposure of test store to include its dump 
in error message

Reply via email to