Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 8e8e893

Browse files
committed
Disable missing open revs test
1 parent fd74d67 commit 8e8e893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudant-sync-datastore-core/src/test/java/com/cloudant/sync/replication/MissingRevsReplicationTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
import org.junit.Assert;
3030
import org.junit.Before;
31+
import org.junit.Ignore;
3132
import org.junit.Test;
3233
import org.mockito.Matchers;
3334
import org.mockito.invocation.InvocationOnMock;
@@ -53,6 +54,7 @@ protected PullStrategy getPullStrategy() {
5354
return s;
5455
}
5556

57+
@Ignore //pending resolution of case 79041
5658
@Test
5759
public void testReplicationWithMissingRevision() throws Exception {
5860
// Create doc

0 commit comments

Comments
 (0)