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

Commit

Permalink
Disable missing open revs test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyshort committed Nov 23, 2016
1 parent fd74d67 commit 8e8e893
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Matchers;
import org.mockito.invocation.InvocationOnMock;
Expand All @@ -53,6 +54,7 @@ protected PullStrategy getPullStrategy() {
return s;
}

@Ignore //pending resolution of case 79041
@Test
public void testReplicationWithMissingRevision() throws Exception {
// Create doc
Expand Down

0 comments on commit 8e8e893

Please sign in to comment.