Skip to content

Commit 0cf4655

Browse files
committed
pouet
1 parent 66b50c3 commit 0cf4655

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps/rabbitmq_peer_discovery_consul/test/system_SUITE.erl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ init_per_testcase(Testcase, Config)
7878
Config2,
7979
rabbit_ct_broker_helpers:setup_steps() ++
8080
rabbit_ct_client_helpers:setup_steps()),
81+
case Config3 of
82+
_ when is_list(Config3) ->
8183
try
8284
_ = rabbit_ct_broker_helpers:rpc_all(
8385
Config3, rabbit_peer_discovery_backend, api_version, []),
@@ -94,6 +96,9 @@ init_per_testcase(Testcase, Config)
9496
"Some nodes use the old discover->register order; "
9597
"the testcase would likely fail"}
9698
end;
99+
{skip, _} ->
100+
Config3
101+
end;
97102
init_per_testcase(_Testcase, Config) ->
98103
Config.
99104

0 commit comments

Comments
 (0)