fix: flacky testcases emqx_rule_monitor_SUITE
This commit is contained in:
parent
a353cbc87a
commit
bfa00a04dc
|
@ -40,6 +40,8 @@ groups() ->
|
||||||
].
|
].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
|
%% ensure alarm_handler started
|
||||||
|
{ok, _} = application:ensure_all_started(sasl),
|
||||||
ok = ekka_mnesia:start(),
|
ok = ekka_mnesia:start(),
|
||||||
ok = emqx_rule_registry:mnesia(boot),
|
ok = emqx_rule_registry:mnesia(boot),
|
||||||
Config.
|
Config.
|
||||||
|
|
Loading…
Reference in New Issue