Skip to content

Commit 5dfa789

Browse files
committed
cluster_minority_SUITE
1 parent 72db01f commit 5dfa789

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deps/rabbit/test/cluster_minority_SUITE.erl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,12 @@ init_per_group(_Group, Config0) ->
138138
{khepri_leader_wait_retry_timeout, 30000}]}),
139139
Config1.
140140

141-
end_per_group(_, Config) ->
141+
end_per_group(Group, Config) when Group == client_operations;
142+
Group == feature_flags ->
143+
rabbit_ct_helpers:run_steps(Config,
144+
rabbit_ct_client_helpers:teardown_steps() ++
145+
rabbit_ct_broker_helpers:teardown_steps());
146+
end_per_group(_Group, Config) ->
142147
Config.
143148

144149
init_per_testcase(Testcase, Config)

0 commit comments

Comments
 (0)