This is an automated email from the ASF dual-hosted git repository.
stefanegli pushed a commit to branch OAK-11258
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11258 by this push:
new 9520e95edb OAK-11258 : revert PR#1848
9520e95edb is described below
commit 9520e95edbc370292c69e77f0368169d164732ef
Author: stefan-egli <[email protected]>
AuthorDate: Thu Nov 7 11:21:28 2024 +0100
OAK-11258 : revert PR#1848
---
.../org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreIT.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreIT.java
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreIT.java
index 21df810fb5..b6d2d491d0 100644
---
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreIT.java
+++
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreIT.java
@@ -215,6 +215,7 @@ public class DocumentNodeStoreIT extends
AbstractDocumentStoreTest {
*/
@Test
public void unmergedCommitOnRoot_withPrevNoPropCache() throws Exception {
+ assumeFalse(dsf.getName().startsWith("RDB"));
doUnmergedCommitOnRoot(true);
}