@@ -342,12 +342,12 @@ rabbitmq_integration_suite(
342342rabbitmq_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
353353rabbitmq_integration_suite (
@@ -453,14 +453,14 @@ rabbitmq_integration_suite(
453453rabbitmq_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
466466rabbitmq_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