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 0b37674 commit f2efeb0Copy full SHA for f2efeb0
deps/rabbit/BUILD.bazel
@@ -513,15 +513,12 @@ rabbitmq_integration_suite(
513
],
514
)
515
516
-rabbitmq_suite(
+rabbitmq_integration_suite(
517
name = "mirrored_supervisor_SUITE",
518
size = "small",
519
additional_srcs = [
520
"test/mirrored_supervisor_SUITE_gs.erl",
521
- ],
522
- deps = [
523
- "//deps/rabbit_common:erlang_app",
524
+ ]
525
526
527
rabbitmq_suite(
@@ -1096,6 +1093,9 @@ rabbitmq_integration_suite(
1096
1093
rabbitmq_integration_suite(
1097
1094
name = "exchanges_SUITE",
1098
1095
+ additional_beam = [
+ ":quorum_queue_utils",
+ ],
1099
1100
1101
0 commit comments