chore: fix emqx_trace_SUITE failed
This commit is contained in:
parent
1c147b9b2b
commit
e40d3c6228
|
@ -40,8 +40,8 @@ end_per_suite(_Config) ->
|
|||
emqx_common_test_helpers:stop_apps([]).
|
||||
|
||||
init_per_testcase(_, Config) ->
|
||||
ok = emqx_trace:clear(),
|
||||
reload(),
|
||||
ok = emqx_trace:clear(),
|
||||
ct:pal("load:~p~n", [erlang:whereis(emqx_trace)]),
|
||||
Config.
|
||||
|
||||
|
|
Loading…
Reference in New Issue