Skip to content

Commit 2a217f0

Browse files
committed
mark rabbitmq_trust_store:system_SUITE as flaky for both groups
1 parent c3c9b3f commit 2a217f0

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
@@ -86,15 +86,11 @@ rabbitmq_integration_suite(
8686
rabbitmq_integration_suite(
8787
PACKAGE,
8888
name = "system_SUITE",
89-
matrix = {
90-
"file_provider_tests": {
91-
"groups": ["file_provider_tests"],
92-
},
93-
"http_provider_tests": {
94-
"groups": ["http_provider_tests"],
95-
"flaky": True,
96-
},
97-
},
89+
flaky = True,
90+
groups = [
91+
"file_provider_tests",
92+
"http_provider_tests",
93+
],
9894
runtime_deps = [
9995
"@ct_helper//:bazel_erlang_lib",
10096
"@trust_store_http//:bazel_erlang_lib",

0 commit comments

Comments
 (0)