Browse Source

Merge pull request #13275 from thalesmg/test-flaky-sk-r57-20240617

test: attempt to fix flaky test
Thales Macedo Garitezi 1 year ago
parent
commit
240bb09070
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/emqx/integration_test/emqx_persistent_session_ds_SUITE.erl

+ 2 - 0
apps/emqx/integration_test/emqx_persistent_session_ds_SUITE.erl

@@ -85,9 +85,11 @@ end_per_testcase(TestCase, Config) when
     Nodes = ?config(nodes, Config),
     emqx_common_test_helpers:call_janitor(60_000),
     ok = emqx_cth_cluster:stop(Nodes),
+    snabbkaffe:stop(),
     ok;
 end_per_testcase(_TestCase, _Config) ->
     emqx_common_test_helpers:call_janitor(60_000),
+    snabbkaffe:stop(),
     ok.
 
 %%------------------------------------------------------------------------------