Skip to content

Commit a5e3deb

Browse files
committed
Re-enable attachment replication tests
These tests now pass. COUCHDB-3174
1 parent 0d00c10 commit a5e3deb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ reduce_max_request_size_test_() ->
5757
|| Pair <- Pairs]
5858
++ [{Pair, fun should_replicate_one/2}
5959
|| Pair <- Pairs]
60-
% Test below fails currently because of:
61-
% https://issues.apache.org/jira/browse/COUCHDB-3174
62-
% Once that is fixed, can re-enable it
63-
% ++ [{Pair, fun should_replicate_one_with_attachment/2}
64-
% || Pair <- Pairs]
60+
++ [{Pair, fun should_replicate_one_with_attachment/2}
61+
|| Pair <- Pairs]
6562
}
6663
}.
6764

0 commit comments

Comments
 (0)