test: fix flaky test
This commit is contained in:
parent
ebe4d7c3fb
commit
a76e258d41
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue