This is an automated email from the ASF dual-hosted git repository. joscorbe pushed a commit to branch OAK-10844-disable in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit c05a8cdeefd0eb64fd7ec600163b75b8a05908ca Author: Jose Cordero <[email protected]> AuthorDate: Tue Dec 2 10:13:55 2025 +0100 OAK-10844: Disable BranchCommitGCTest due to flakiness --- .../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 320afd67c7..27ea897951 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 @@ -68,6 +68,7 @@ import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameter; @RunWith(Parameterized.class) +@Ignore("OAK-10844") public class BranchCommitGCTest { @Rule
