Skip to content

Commit f2efeb0

Browse files
committed
Fix bazel rules
1 parent 0b37674 commit f2efeb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,15 +513,12 @@ rabbitmq_integration_suite(
513513
],
514514
)
515515

516-
rabbitmq_suite(
516+
rabbitmq_integration_suite(
517517
name = "mirrored_supervisor_SUITE",
518518
size = "small",
519519
additional_srcs = [
520520
"test/mirrored_supervisor_SUITE_gs.erl",
521-
],
522-
deps = [
523-
"//deps/rabbit_common:erlang_app",
524-
],
521+
]
525522
)
526523

527524
rabbitmq_suite(
@@ -1096,6 +1093,9 @@ rabbitmq_integration_suite(
10961093
rabbitmq_integration_suite(
10971094
name = "exchanges_SUITE",
10981095
size = "small",
1096+
additional_beam = [
1097+
":quorum_queue_utils",
1098+
],
10991099
)
11001100

11011101
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)