Skip to content

Commit 1c9918c

Browse files
rabbitmq_peer_discovery_etcd system_SUITE: resolve a conflict #12985 #12988
1 parent c73e755 commit 1c9918c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/rabbitmq_peer_discovery_etcd/test/system_SUITE.erl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,7 @@ start_etcd(Config) ->
200200
"--initial-cluster-state", "new",
201201
"--initial-cluster-token", "test-token",
202202
"--log-level", "debug", "--log-outputs", "stdout"],
203-
<<<<<<< HEAD
204-
EtcdPid = spawn(fun() -> rabbit_ct_helpers:exec(Cmd) end),
205-
=======
206203
EtcdPid = spawn(fun() -> do_start_etcd(Cmd) end),
207-
>>>>>>> d54b2bff3 (rabbitmq_peer_discovery_etcd: Wait for etcd start in system_SUITE)
208204

209205
EtcdEndpoints = [rabbit_misc:format("~s:~b", [EtcdHost, EtcdClientPort])],
210206
Config1 = rabbit_ct_helpers:set_config(

0 commit comments

Comments
 (0)