Skip to content

Commit 669b270

Browse files
committed
Skip an additional quorum_queue_SUITE case in mixed versions
(cherry picked from commit a8ae32e)
1 parent f312992 commit 669b270

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbit/test/quorum_queue_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ init_per_testcase(Testcase, Config) ->
266266
{skip, "simple_confirm_availability_on_leader_change isn't mixed versions compatible"};
267267
confirm_availability_on_leader_change when IsMixed ->
268268
{skip, "confirm_availability_on_leader_change isn't mixed versions compatible"};
269+
recover_from_single_failure when IsMixed ->
270+
%% In a 3.8/3.9 cluster this will pass only if the failure occurs on the 3.8 node
271+
{skip, "recover_from_single_failure isn't mixed versions compatible"};
269272
_ ->
270273
Config1 = rabbit_ct_helpers:testcase_started(Config, Testcase),
271274
rabbit_ct_broker_helpers:rpc(Config, 0, ?MODULE, delete_queues, []),

0 commit comments

Comments
 (0)