summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jay.s.doane@gmail.com>2017-04-24 19:41:39 -0700
committerJay Doane <jay.s.doane@gmail.com>2017-04-24 19:41:39 -0700
commita5e3deba154974c05ffd70d1b0002ddebeb013a8 (patch)
tree133e1e5bdc2f1a9d704611fe43099e2793765ca1
parent0d00c102a6f985836f2a6eca656fb018fa9d9227 (diff)
downloadcouchdb-a5e3deba154974c05ffd70d1b0002ddebeb013a8.tar.gz
Re-enable attachment replication tests
These tests now pass. COUCHDB-3174
-rw-r--r--src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl b/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
index b7d9fbe2a..2ee2aba85 100644
--- a/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
+++ b/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
@@ -57,11 +57,8 @@ reduce_max_request_size_test_() ->
|| Pair <- Pairs]
++ [{Pair, fun should_replicate_one/2}
|| Pair <- Pairs]
- % Test below fails currently because of:
- % https://issues.apache.org/jira/browse/COUCHDB-3174
- % Once that is fixed, can re-enable it
- % ++ [{Pair, fun should_replicate_one_with_attachment/2}
- % || Pair <- Pairs]
+ ++ [{Pair, fun should_replicate_one_with_attachment/2}
+ || Pair <- Pairs]
}
}.