Skip to content

Commit 82fcaf3

Browse files
Merge pull request #9252 from rabbitmq/gazelle-main
2 parents 50c9d2c + 053d015 commit 82fcaf3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,12 @@ rabbitmq_integration_suite(
342342
rabbitmq_integration_suite(
343343
name = "clustering_management_SUITE",
344344
size = "large",
345-
flaky = True,
346-
shard_count = 18,
347-
sharding_method = "case",
348345
additional_beam = [
349346
":test_clustering_utils_beam",
350347
],
348+
flaky = True,
349+
shard_count = 18,
350+
sharding_method = "case",
351351
)
352352

353353
rabbitmq_integration_suite(
@@ -453,14 +453,14 @@ rabbitmq_integration_suite(
453453
rabbitmq_integration_suite(
454454
name = "feature_flags_SUITE",
455455
size = "large",
456+
additional_beam = [
457+
":test_clustering_utils_beam",
458+
],
456459
flaky = True,
457460
shard_count = 5,
458461
runtime_deps = [
459462
"//deps/rabbit/test/feature_flags_SUITE_data/my_plugin:erlang_app",
460463
],
461-
additional_beam = [
462-
":test_clustering_utils_beam",
463-
],
464464
)
465465

466466
rabbitmq_integration_suite(
@@ -1259,6 +1259,7 @@ eunit(
12591259
":test_rabbit_ha_test_producer_beam",
12601260
":test_test_util_beam",
12611261
":test_test_rabbit_event_handler_beam",
1262+
":test_clustering_utils_beam",
12621263
],
12631264
erl_extra_args = [ENABLE_FEATURE_MAYBE_EXPR],
12641265
target = ":test_erlang_app",

0 commit comments

Comments
 (0)