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

Commit ac75c29

Browse files
author
hideki
committed
Revert "Enabled some failing tests for 1.2.0."
This reverts commit 6abb9c6.
1 parent 6abb9c6 commit ac75c29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/androidTest/java/com/couchbase/lite/replicator/ReplicationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ public CookieStore getCookieStore() {
13471347
* <p/>
13481348
* https://github.com/couchbase/couchbase-lite-java-core/issues/77
13491349
*/
1350-
public void testRemoteConflictResolution() throws Exception {
1350+
public void failingTestRemoteConflictResolution() throws Exception {
13511351

13521352
// Create a document with two conflicting edits.
13531353
Document doc = database.createDocument();
@@ -3323,7 +3323,7 @@ public void changed(Replication.ChangeEvent event) {
33233323
* Spotted in https://github.com/couchbase/couchbase-lite-java-core/issues/313
33243324
* But there is another ticket that is linked off 313
33253325
*/
3326-
public void testMockPullBulkDocsSyncGw() throws Exception {
3326+
public void failingTestMockPullBulkDocsSyncGw() throws Exception {
33273327
mockPullBulkDocs(MockDispatcher.ServerType.SYNC_GW);
33283328
}
33293329

@@ -3681,7 +3681,7 @@ public void changed(Replication.ChangeEvent event) {
36813681
* - when callback state == idle
36823682
* - assert that mock has received N docs
36833683
*/
3684-
public void testContinuousPushReplicationGoesIdleTooSoon() throws Exception {
3684+
public void failingTestContinuousPushReplicationGoesIdleTooSoon() throws Exception {
36853685

36863686
// smaller batch size so there are multiple requests to _bulk_docs
36873687
int previous = ReplicationInternal.INBOX_CAPACITY;

0 commit comments

Comments
 (0)