test: fix flaky test
This commit is contained in:
parent
dc48032309
commit
f6da118ebd
|
@ -495,6 +495,7 @@ t_get_conn_info(_) ->
|
||||||
end).
|
end).
|
||||||
|
|
||||||
t_oom_shutdown(init, Config) ->
|
t_oom_shutdown(init, Config) ->
|
||||||
|
ok = snabbkaffe:stop(),
|
||||||
ok = snabbkaffe:start_trace(),
|
ok = snabbkaffe:start_trace(),
|
||||||
ok = meck:new(emqx_utils, [non_strict, passthrough, no_history, no_link]),
|
ok = meck:new(emqx_utils, [non_strict, passthrough, no_history, no_link]),
|
||||||
meck:expect(
|
meck:expect(
|
||||||
|
|
Loading…
Reference in New Issue