Skip to content

Commit 714d67f

Browse files
Resolving a conflict in #9443
1 parent 601ed69 commit 714d67f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ rabbitmq_integration_suite(
332332
rabbitmq_integration_suite(
333333
name = "clustering_management_SUITE",
334334
size = "large",
335+
additional_beam = [
336+
":test_clustering_utils_beam",
337+
],
335338
flaky = True,
336339
shard_count = 18,
337340
sharding_method = "case",
@@ -432,6 +435,9 @@ rabbitmq_integration_suite(
432435
rabbitmq_integration_suite(
433436
name = "feature_flags_SUITE",
434437
size = "large",
438+
additional_beam = [
439+
":test_clustering_utils_beam",
440+
],
435441
flaky = True,
436442
shard_count = 5,
437443
runtime_deps = [

0 commit comments

Comments
 (0)