test: fix flaky test

This commit is contained in:
Zaiming (Stone) Shi 2022-05-26 20:05:07 +02:00
parent ebe4d7c3fb
commit a76e258d41
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ groups() ->
]. ].
init_per_suite(Config) -> init_per_suite(Config) ->
_ = application:stop(grpoc),
ok = emqx_logger:set_log_level(emergency), ok = emqx_logger:set_log_level(emergency),
application:ensure_all_started(gproc), application:ensure_all_started(gproc),
Config. Config.