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

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

commit 4d6eef7c55feea835abf8aae91f62882ec52ec52
Author: Thomas Mueller <[email protected]>
AuthorDate: Thu Feb 20 17:36:56 2025 +0100

    OAK-11252 Disabling flaky test
---
 .../org/apache/jackrabbit/oak/plugins/document/BranchCommitGCTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BranchCommitGCTest.java
 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BranchCommitGCTest.java
index 2019ef322b..915d6d83e6 100644
--- 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BranchCommitGCTest.java
+++ 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BranchCommitGCTest.java
@@ -360,6 +360,7 @@ public class BranchCommitGCTest {
     }
 
     @Test
+    @Ignore("OAK-11252")
     public void unmergedAddsThenMergedAddsChildren() throws Exception {
         assumeTrue(fullGcMode != 
FullGCMode.ORPHANS_EMPTYPROPS_BETWEEN_CHECKPOINTS_WITH_UNMERGED_BC);
         RevisionVector br1 = unmergedBranchCommit(b -> {

Reply via email to