@@ -342,12 +342,12 @@ rabbitmq_integration_suite(
342
342
rabbitmq_integration_suite (
343
343
name = "clustering_management_SUITE" ,
344
344
size = "large" ,
345
- flaky = True ,
346
- shard_count = 18 ,
347
- sharding_method = "case" ,
348
345
additional_beam = [
349
346
":test_clustering_utils_beam" ,
350
347
],
348
+ flaky = True ,
349
+ shard_count = 18 ,
350
+ sharding_method = "case" ,
351
351
)
352
352
353
353
rabbitmq_integration_suite (
@@ -453,14 +453,14 @@ rabbitmq_integration_suite(
453
453
rabbitmq_integration_suite (
454
454
name = "feature_flags_SUITE" ,
455
455
size = "large" ,
456
+ additional_beam = [
457
+ ":test_clustering_utils_beam" ,
458
+ ],
456
459
flaky = True ,
457
460
shard_count = 5 ,
458
461
runtime_deps = [
459
462
"//deps/rabbit/test/feature_flags_SUITE_data/my_plugin:erlang_app" ,
460
463
],
461
- additional_beam = [
462
- ":test_clustering_utils_beam" ,
463
- ],
464
464
)
465
465
466
466
rabbitmq_integration_suite (
@@ -1259,6 +1259,7 @@ eunit(
1259
1259
":test_rabbit_ha_test_producer_beam" ,
1260
1260
":test_test_util_beam" ,
1261
1261
":test_test_rabbit_event_handler_beam" ,
1262
+ ":test_clustering_utils_beam" ,
1262
1263
],
1263
1264
erl_extra_args = [ENABLE_FEATURE_MAYBE_EXPR ],
1264
1265
target = ":test_erlang_app" ,
0 commit comments