test: fix inter-suite flakiness

This commit is contained in:
Thales Macedo Garitezi 2023-03-15 14:25:41 -03:00
parent 0deb9925c1
commit 03b95073fc
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ init_per_suite(_Config) ->
[].
end_per_suite(_Config) ->
ok = emqx_config:put([bridges], #{}),
ok = emqx_config:put_raw([bridges], #{}),
ok = emqx_common_test_helpers:stop_apps([emqx_conf, emqx_bridge]),
ok = emqx_connector_test_helpers:stop_apps([emqx_resource]),
_ = application:stop(emqx_connector),