Skip to content

Commit

Permalink
pouet
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Aug 29, 2024
1 parent 4ccaed9 commit d7d8bb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1164,9 +1164,6 @@ rabbitmq_integration_suite(
size = "large",
shard_count = 18,
sharding_method = "case",
deps = [
"//deps/rabbitmq_ct_helpers:erlang_app",
],
)

rabbitmq_integration_suite(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/metadata_store_clustering_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app"],
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
)
erlang_bytecode(
name = "metadata_store_migration_SUITE_beam_files",
Expand Down

0 comments on commit d7d8bb4

Please sign in to comment.