Skip to content

Commit f233366

Browse files
committed
mark rabbitmq_trust_store:system_SUITE as flaky for both groups
(cherry picked from commit 2a217f0)
1 parent 2b65313 commit f233366

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

deps/rabbitmq_trust_store/BUILD.bazel

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,11 @@ rabbitmq_integration_suite(
8787
rabbitmq_integration_suite(
8888
PACKAGE,
8989
name = "system_SUITE",
90-
matrix = {
91-
"file_provider_tests": {
92-
"groups": ["file_provider_tests"],
93-
},
94-
"http_provider_tests": {
95-
"groups": ["http_provider_tests"],
96-
"flaky": True,
97-
},
98-
},
90+
flaky = True,
91+
groups = [
92+
"file_provider_tests",
93+
"http_provider_tests",
94+
],
9995
runtime_deps = [
10096
"@ct_helper//:bazel_erlang_lib",
10197
"@trust_store_http//:bazel_erlang_lib",

0 commit comments

Comments
 (0)