We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ad5ff commit f1a7020Copy full SHA for f1a7020
deps/rabbitmq_shovel/test/shovel_dynamic_SUITE.erl
@@ -71,8 +71,12 @@ tests() ->
71
autodelete_quorum_on_confirm_no_transfer,
72
autodelete_classic_on_publish_no_transfer,
73
autodelete_quorum_on_publish_no_transfer,
74
- autodelete_classic_on_confirm_with_rejections,
75
- autodelete_quorum_on_confirm_with_rejections,
+ %% AMQP091 and local shovels requeue messages on reject
+ %% AMQP10 discards messages on reject
76
+ %% These two tests will remain commented out until the
77
+ %% behaviour is unified.
78
+ %% autodelete_classic_on_confirm_with_rejections,
79
+ %% autodelete_quorum_on_confirm_with_rejections,
80
autodelete_classic_on_publish_with_rejections,
81
autodelete_quorum_on_publish_with_rejections
82
].
0 commit comments