Skip to content

Commit

Permalink
Resolve conflicts #11321 #11324
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 30, 2024
1 parent 8b87747 commit 11e2307
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 115 deletions.
12 changes: 0 additions & 12 deletions deps/rabbitmq_shovel_management/test/http_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,13 @@

all() ->
[
<<<<<<< HEAD
{group, non_parallel_tests}
=======
{group, dynamic_shovels},
{group, static_shovels},
{group, plugin_management}
>>>>>>> cae964dba1 (ctl delete_shovel: use a more effective way)
].

groups() ->
[
<<<<<<< HEAD
{non_parallel_tests, [], [
amqp10_shovels,
shovels,
dynamic_plugin_enable_disable
]}
=======
{dynamic_shovels, [], [
start_and_list_a_dynamic_amqp10_shovel,
create_and_delete_a_dynamic_shovel_that_successfully_connects,
Expand All @@ -49,7 +38,6 @@ groups() ->
{plugin_management, [], [
dynamic_plugin_enable_disable
]}
>>>>>>> cae964dba1 (ctl delete_shovel: use a more effective way)
].

%% -------------------------------------------------------------------
Expand Down
103 changes: 0 additions & 103 deletions deps/rabbitmq_shovel_management/test/rabbit_shovel_mgmt_SUITE.erl

This file was deleted.

0 comments on commit 11e2307

Please sign in to comment.