Skip to content

Commit 3c8f63b

Browse files
committed
Skip async_notify_unsettled_classic_queue on 3.13
1 parent ae5aaed commit 3c8f63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbit/test/amqp_client_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ init_per_testcase(T, Config)
326326
end;
327327
init_per_testcase(T, Config)
328328
when T =:= leader_transfer_quorum_queue_credit_single orelse
329-
T =:= leader_transfer_quorum_queue_credit_batches ->
329+
T =:= leader_transfer_quorum_queue_credit_batches orelse
330+
T =:= async_notify_unsettled_classic_queue ->
330331
%% These test cases flake with feature flag 'rabbitmq_4.0.0' disabled.
331332
case rabbit_ct_broker_helpers:enable_feature_flag(Config, 'rabbitmq_4.0.0') of
332333
ok ->

0 commit comments

Comments
 (0)