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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 4c7ec478c4 OAK-11252 Disabling flaky test (#2103)
4c7ec478c4 is described below

commit 4c7ec478c4d96caa8a4b287afeac6822b1824c8a
Author: Thomas Mueller <[email protected]>
AuthorDate: Thu Feb 20 20:18:37 2025 +0100

    OAK-11252 Disabling flaky test (#2103)
---
 .../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