Skip to content

Commit d99c82f

Browse files
committed
Marking of flaky tests
(cherry picked from commit a145c35)
1 parent c09a7b6 commit d99c82f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

deps/rabbitmq_federation/BUILD.bazel

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,11 @@ rabbitmq_integration_suite(
104104
additional_beam = [
105105
":rabbit_federation_test_util",
106106
],
107-
matrix = {
108-
"classic_queue": {
109-
"groups": ["classic_queue"],
110-
},
111-
"quorum_queue": {
112-
"groups": ["quorum_queue"],
113-
"flaky": True,
114-
},
115-
},
107+
flaky = True,
108+
matrix = ct_group_matrix([
109+
"classic_queue",
110+
"quorum_queue",
111+
]),
116112
)
117113

118114
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)