Skip to content

Commit 0bd9e4f

Browse files
Drop rabbit_mgmt_rabbitmqadmin_SUITE on this branch
It tries to use Python 2, which is not available in modern images. We still run this suite on later versions on Python 3
1 parent 96efb57 commit 0bd9e4f

File tree

3 files changed

+1
-532
lines changed

3 files changed

+1
-532
lines changed

deps/rabbitmq_management/BUILD.bazel

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,6 @@ rabbitmq_integration_suite(
173173
name = "rabbit_mgmt_only_http_SUITE",
174174
)
175175

176-
rabbitmq_integration_suite(
177-
name = "rabbit_mgmt_rabbitmqadmin_SUITE",
178-
additional_beam = [
179-
"test/rabbit_mgmt_runtime_parameters_util.beam",
180-
],
181-
data = [
182-
":bin/rabbitmqadmin",
183-
],
184-
)
185-
186176
rabbitmq_suite(
187177
name = "rabbit_mgmt_stats_SUITE",
188178
size = "small",

deps/rabbitmq_management/app.bzl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
538538
erlc_opts = "//:test_erlc_opts",
539539
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
540540
)
541-
erlang_bytecode(
542-
name = "rabbit_mgmt_rabbitmqadmin_SUITE_beam_files",
543-
testonly = True,
544-
srcs = ["test/rabbit_mgmt_rabbitmqadmin_SUITE.erl"],
545-
outs = ["test/rabbit_mgmt_rabbitmqadmin_SUITE.beam"],
546-
app_name = "rabbitmq_management",
547-
erlc_opts = "//:test_erlc_opts",
548-
)
541+
549542
erlang_bytecode(
550543
name = "rabbit_mgmt_stats_SUITE_beam_files",
551544
testonly = True,

0 commit comments

Comments
 (0)