test: stop apps in end_per_suite

This commit is contained in:
Zaiming (Stone) Shi 2023-03-01 08:48:23 +01:00
parent a64f712353
commit 2b06089250
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ init_per_suite(Config) ->
end_per_suite(Config) ->
emqx_config:put_zone_conf(default, [force_shutdown], ?config(shutdown_policy, Config)),
emqx_common_test_helpers:stop_apps([]),
ok.
init_per_group(pub_qos0, Config) ->