chore: avoid side effects from boot modules

This commit is contained in:
JianBo He 2022-11-04 00:41:05 +08:00
parent 0ab5ac95bb
commit a73eb29196
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ init_per_suite(Config) ->
Config.
end_per_suite(_Config) ->
emqx_ct_helpers:boot_modules(all),
emqx_ct_helpers:stop_apps([]).
init_per_testcase(_TestCase, Config) ->