Selaa lähdekoodia

Merge pull request #14141 from thalesmg/20241104-r58-test-flaky-authn-mongo-tls

test: attempt to fix flaky test
Thales Macedo Garitezi 1 vuosi sitten
vanhempi
commit
92afea096a

+ 4 - 0
apps/emqx_auth_mongodb/test/emqx_authn_mongodb_tls_SUITE.erl

@@ -39,6 +39,10 @@ init_per_testcase(_TestCase, Config) ->
     ),
     ),
     Config.
     Config.
 
 
+end_per_testcase(_TestCase, _Config) ->
+    ok = snabbkaffe:stop(),
+    ok.
+
 init_per_suite(Config) ->
 init_per_suite(Config) ->
     case emqx_common_test_helpers:is_tcp_server_available(?MONGO_HOST, ?MONGO_DEFAULT_PORT) of
     case emqx_common_test_helpers:is_tcp_server_available(?MONGO_HOST, ?MONGO_DEFAULT_PORT) of
         true ->
         true ->