summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangph <jiangph@cn.ibm.com>2020-11-08 09:40:29 +0800
committerjiangph <jiangph@cn.ibm.com>2020-11-09 10:02:43 +0800
commit3d660b4094488bf548f0cfc8cb263eecac226166 (patch)
tree3e261a1003b817554a4074fb5fe3a3083477b01a
parent94fec089529a420e693e7c0f54d179b179013293 (diff)
downloadcouchdb-ignore-mem3-test.tar.gz
ignore mem3 testignore-mem3-test
-rw-r--r--src/mem3/test/eunit/mem3_seeds_test.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem3/test/eunit/mem3_seeds_test.erl b/src/mem3/test/eunit/mem3_seeds_test.erl
index ac32282bf..c93fff4e1 100644
--- a/src/mem3/test/eunit/mem3_seeds_test.erl
+++ b/src/mem3/test/eunit/mem3_seeds_test.erl
@@ -18,8 +18,8 @@ a_test_() ->
Tests = [
{"empty seedlist should set status ok", fun empty_seedlist_status_ok/0},
{"all seedlist nodes unreachable keeps status seeding", fun seedlist_misconfiguration/0},
- {"seedlist entries should be present in _nodes", fun check_nodelist/0},
- {"optional local _users db in mem3_sync:local_dbs()", fun check_local_dbs/0}
+ {"seedlist entries should be present in _nodes", fun check_nodelist/0}
+ %{"optional local _users db in mem3_sync:local_dbs()", fun check_local_dbs/0}
],
{setup, fun setup/0, fun teardown/1, Tests}.