Skip to content

Commit 542d2cf

Browse files
committed
add bazel rule definition for rabbit_mirror_queue_misc_SUITE and rabbit_mirror_queue_sync_SUITE
1 parent fe8bd15 commit 542d2cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,14 @@ suites = [
989989
size = "medium",
990990
flaky = True,
991991
),
992+
rabbitmq_suite(
993+
name = "rabbit_mirror_queue_sync_SUITE",
994+
size = "small",
995+
),
996+
rabbitmq_suite(
997+
name = "rabbit_mirror_queue_misc_SUITE",
998+
size = "small",
999+
),
9921000
]
9931001

9941002
assert_suites(

0 commit comments

Comments
 (0)