test: ensure all listeners started

This commit is contained in:
Zaiming (Stone) Shi 2022-12-22 11:57:31 +01:00
parent 44b9ad24fd
commit 2f23f2708e
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ all() -> emqx_ct:all(?MODULE).
%% CT callbacks
%%--------------------------------------------------------------------
init_per_suite(Config) ->
emqx_ct_helpers:boot_modules(all),
Config.
end_per_suite(_Config) ->
ok.
init_per_testcase(TestCase, Config) when
TestCase =/= t_ws_sub_protocols_mqtt_equivalents,
TestCase =/= t_ws_sub_protocols_mqtt,