This is an automated email from the ASF dual-hosted git repository. jiangphcn pushed a commit to branch bloodbuild-afterxmas4 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9d528868c124c100e83288f5621df52c8109af8d Author: jiangph <[email protected]> AuthorDate: Tue Jan 7 10:24:38 2020 +0800 disable test --- .../test/eunit/couch_replicator_retain_stats_between_job_runs.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl b/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl index 9dd86b3..8f80a40 100644 --- a/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl +++ b/src/couch_replicator/test/eunit/couch_replicator_retain_stats_between_job_runs.erl @@ -36,7 +36,7 @@ teardown({Ctx, {Source, Target}}) -> ok = test_util:stop_couch(Ctx). -stats_retained_test_() -> +stats_retained_test() -> { setup, fun setup/0,
