Skip to content

Commit d2de5a6

Browse files
committed
wip
1 parent 75639d2 commit d2de5a6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,6 @@ rabbitmq_run(
245245
home = ":broker-for-tests-home",
246246
)
247247

248-
rabbitmq_test_helper(
249-
name = "feature_flags_v2_SUITE_helper",
250-
srcs = [
251-
"test/feature_flags_v2_SUITE.erl",
252-
],
253-
)
254-
255248
rabbitmq_test_helper(
256249
name = "quorum_queue_utils",
257250
srcs = [
@@ -389,8 +382,8 @@ rabbitmq_integration_suite(
389382
rabbitmq_integration_suite(
390383
name = "deprecated_features_SUITE",
391384
size = "medium",
392-
additional_beam = [
393-
":feature_flags_v2_SUITE_helper",
385+
additional_src = [
386+
"test/feature_flags_v2_SUITE.erl",
394387
],
395388
)
396389

0 commit comments

Comments
 (0)