Merge pull request #8037 from zhongwencool/trace-ct-failed

chore: fix emqx_trace_SUITE failed
This commit is contained in:
Zaiming (Stone) Shi 2022-05-24 18:49:26 +01:00 committed by GitHub
commit 8bd30aef78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.