We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b65313 commit f233366Copy full SHA for f233366
deps/rabbitmq_trust_store/BUILD.bazel
@@ -87,15 +87,11 @@ rabbitmq_integration_suite(
87
rabbitmq_integration_suite(
88
PACKAGE,
89
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
+ flaky = True,
+ groups = [
+ "file_provider_tests",
+ "http_provider_tests",
+ ],
99
runtime_deps = [
100
"@ct_helper//:bazel_erlang_lib",
101
"@trust_store_http//:bazel_erlang_lib",
0 commit comments