Skip to content

Commit b50e3c0

Browse files
committed
Mark //deps/rabbitmq_federation:queue_SUITE as flaky in bazel
(cherry picked from commit 1af7d7e)
1 parent 579afd1 commit b50e3c0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

deps/rabbitmq_federation/BUILD.bazel

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,15 @@ rabbitmq_integration_suite(
9494
additional_beam = [
9595
":rabbit_federation_test_util",
9696
],
97-
groups = [
98-
"classic_queue",
99-
"quorum_queue",
100-
],
97+
matrix = {
98+
"classic_queue": {
99+
"groups": ["classic_queue"],
100+
},
101+
"quorum_queue": {
102+
"groups": ["quorum_queue"],
103+
"flaky": True,
104+
},
105+
},
101106
)
102107

103108
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)