Merge pull request #10642 from thalesmg/fix-flaky-test-rule-engine-stop-v50

test: fix inter-suite flakiness
This commit is contained in:
Thales Macedo Garitezi 2023-05-08 15:37:26 -03:00 committed by GitHub
commit 270059f0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) ->