chore: fix flaky tests

This commit is contained in:
JianBo He 2023-04-11 14:49:07 +08:00
parent d501c1ee9c
commit aee85dc328
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ end_per_group(AuthName, Conf) ->
Conf. Conf.
init_per_suite(Config) -> init_per_suite(Config) ->
emqx_gateway_test_utils:load_all_gateway_apps(),
emqx_config:erase(gateway), emqx_config:erase(gateway),
init_gateway_conf(), init_gateway_conf(),
emqx_mgmt_api_test_util:init_suite([emqx_conf, emqx_authn, emqx_gateway]), emqx_mgmt_api_test_util:init_suite([emqx_conf, emqx_authn, emqx_gateway]),