Skip to content

Commit 1af7d7e

Browse files
committed
Mark //deps/rabbitmq_federation:queue_SUITE as flaky in bazel
1 parent 95cad1b commit 1af7d7e

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
@@ -92,10 +92,15 @@ rabbitmq_integration_suite(
9292
additional_beam = [
9393
":rabbit_federation_test_util",
9494
],
95-
groups = [
96-
"classic_queue",
97-
"quorum_queue",
98-
],
95+
matrix = {
96+
"classic_queue": {
97+
"groups": ["classic_queue"],
98+
},
99+
"quorum_queue": {
100+
"groups": ["quorum_queue"],
101+
"flaky": True,
102+
},
103+
},
99104
)
100105

101106
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)