@@ -259,8 +259,6 @@ simple_queue_type_ack_mode(Config, Type, AckMode) ->
259259 amqp10_publish_expect (Sess , Src , Dest , <<" hello" >>, 10 )
260260 end ).
261261
262- <<<<<<< HEAD
263- =======
264262autodelete_classic_on_confirm_no_transfer (Config ) ->
265263 autodelete (Config , <<" classic" >>, <<" on-confirm" >>, 0 , 100 , 0 ).
266264
@@ -316,9 +314,6 @@ autodelete(Config, Type, AckMode, After, ExpSrc, ExpDest) ->
316314 amqp10_expect_count (Sess , Dest , ExpDest )
317315 end ).
318316
319- <<<<<<< HEAD
320- >>>>>>> d5f9ff27b (Shovel tests : tests for autodelete common to all protocols )
321- =======
322317autodelete_classic_on_confirm_with_rejections (Config ) ->
323318 autodelete_with_rejections (Config , <<" classic" >>, <<" on-confirm" >>, 5 , 5 ).
324319
@@ -389,7 +384,6 @@ autodelete_with_quorum_rejections(Config, AckMode, ExpSrcFun) ->
389384 amqp10_expect_count (Sess , Dest , ExpDest )
390385 end ).
391386
392- >>>>>>> 059813 a83 (Shovel : more common testcases )
393387% %----------------------------------------------------------------------------
394388maybe_skip_local_protocol (Config ) ->
395389 [Node ] = rabbit_ct_broker_helpers :get_node_configs (Config , nodename ),
0 commit comments