test(evict): do not disable router module in cluster nodes

This commit is contained in:
Andrew Mayorov 2023-08-08 20:06:21 +04:00
parent 8d2ebdea7e
commit 2d931a0512
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -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]] ++