test(evict): do not disable router module in cluster nodes
This commit is contained in:
parent
8d2ebdea7e
commit
2d931a0512
|
@ -81,7 +81,7 @@ start_cluster(NamesWithPorts, Apps, Env) ->
|
||||||
NamesWithPorts
|
NamesWithPorts
|
||||||
),
|
),
|
||||||
Opts0 = [
|
Opts0 = [
|
||||||
{env, [{emqx, boot_modules, [broker, listeners]}] ++ Env},
|
{env, Env},
|
||||||
{apps, Apps},
|
{apps, Apps},
|
||||||
{conf,
|
{conf,
|
||||||
[{[listeners, Proto, default, enable], false} || Proto <- [ssl, ws, wss]] ++
|
[{[listeners, Proto, default, enable], false} || Proto <- [ssl, ws, wss]] ++
|
||||||
|
|
Loading…
Reference in New Issue