summaryrefslogtreecommitdiff
path: root/src/mem3/test/eunit/mem3_seeds_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem3/test/eunit/mem3_seeds_test.erl')
-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}.