mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Disable allow_mult for SSL tests
This commit is contained in:
parent
2b2a9bf859
commit
cab9650212
@ -5,6 +5,10 @@
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
confirm() ->
|
||||
|
||||
%% test requires allow_mult=false
|
||||
rt:set_conf(all, [{"buckets.default.siblings", "off"}]),
|
||||
|
||||
NumNodes = rt_config:get(num_nodes, 6),
|
||||
ClusterASize = rt_config:get(cluster_a_size, 3),
|
||||
|
||||
|
@ -5,6 +5,9 @@
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
confirm() ->
|
||||
%% test requires allow_mult=false
|
||||
rt:set_conf(all, [{"buckets.default.siblings", "off"}]),
|
||||
|
||||
NumNodes = rt_config:get(num_nodes, 6),
|
||||
ClusterASize = rt_config:get(cluster_a_size, 3),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user