We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601ed69 commit 714d67fCopy full SHA for 714d67f
deps/rabbit/BUILD.bazel
@@ -332,6 +332,9 @@ rabbitmq_integration_suite(
332
rabbitmq_integration_suite(
333
name = "clustering_management_SUITE",
334
size = "large",
335
+ additional_beam = [
336
+ ":test_clustering_utils_beam",
337
+ ],
338
flaky = True,
339
shard_count = 18,
340
sharding_method = "case",
@@ -432,6 +435,9 @@ rabbitmq_integration_suite(
432
435
433
436
name = "feature_flags_SUITE",
434
437
438
439
440
441
442
shard_count = 5,
443
runtime_deps = [
0 commit comments