test: fix inter-suite flakiness

This commit is contained in:
Thales Macedo Garitezi 2023-05-08 13:33:46 -03:00
parent f6c5644448
commit 2667f06820
1 changed files with 1 additions and 2 deletions

View File

@ -111,12 +111,11 @@ end_per_group(_Type, _Config) ->
ok.
init_per_suite(Config) ->
emqx_common_test_helpers:clear_screen(),
Config.
end_per_suite(_Config) ->
emqx_mgmt_api_test_util:end_suite(),
ok = emqx_common_test_helpers:stop_apps([emqx_bridge, emqx_conf]),
ok = emqx_common_test_helpers:stop_apps([emqx_bridge, emqx_conf, emqx_rule_engine]),
ok.
init_per_testcase(_Testcase, Config) ->