Skip to content

Commit

Permalink
OAK-9850: ConcurrentPrefetchAndUpdateIT.cacheConsistency fails occasi…
Browse files Browse the repository at this point in the history
…onally

Ignore test for now
  • Loading branch information
mreutegg committed Jul 20, 2022
1 parent 404292b commit c981a2a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import org.jetbrains.annotations.Nullable;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import static org.apache.jackrabbit.oak.plugins.document.Collection.NODES;
Expand Down Expand Up @@ -70,6 +71,7 @@ public void clearSystemProperty() {
System.clearProperty(DocumentNodeStore.SYS_PROP_PREFETCH);
}

@Ignore("OAK-9850")
@Test
public void cacheConsistency() throws Exception {
Revision r = newRevision();
Expand Down

0 comments on commit c981a2a

Please sign in to comment.