chore: avoid side effects from boot modules
This commit is contained in:
parent
0ab5ac95bb
commit
a73eb29196
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue