Skip to content

Commit

Permalink
Merge pull request #11150 from rabbitmq/fix-mqtt-shared_SUITE-node-leak
Browse files Browse the repository at this point in the history
Avoid leaking nodes in rabbitmq_mqtt shared_SUITE
  • Loading branch information
pjk25 committed May 2, 2024
2 parents 9700663 + ea4e301 commit a23a348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/rabbitmq_mqtt/test/shared_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ init_per_group(Group, Config0) ->

end_per_group(G, Config)
when G =:= cluster_size_1;
G =:= cluster_size_3 ->
G =:= cluster_size_3;
G =:= mnesia_store ->
rabbit_ct_helpers:run_steps(
Config,
rabbit_ct_client_helpers:teardown_steps() ++
Expand Down

0 comments on commit a23a348

Please sign in to comment.