Skip to content

Commit 09fb5c5

Browse files
committed
Skip additional tests in mixed versions
The tests in question won't pass consistently as they are at the mercy of how the quorum queue is placed across the mixed version nodes
1 parent fc17fbc commit 09fb5c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/rabbit/test/quorum_queue_SUITE.erl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ init_per_testcase(Testcase, Config) ->
279279
{skip, "delete_immediately_by_resource isn't mixed versions compatible"};
280280
queue_ttl when IsMixed andalso ClusterSize == 3 ->
281281
{skip, "queue_ttl isn't mixed versions compatible"};
282+
start_queue when IsMixed andalso ClusterSize == 5 ->
283+
{skip, "start_queue isn't mixed versions compatible"};
284+
start_queue_concurrent when IsMixed andalso ClusterSize == 5 ->
285+
{skip, "start_queue_concurrent isn't mixed versions compatible"};
282286
_ ->
283287
Config1 = rabbit_ct_helpers:testcase_started(Config, Testcase),
284288
rabbit_ct_broker_helpers:rpc(Config, 0, ?MODULE, delete_queues, []),

0 commit comments

Comments
 (0)