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 4078ce1 commit 1cb2a0fCopy full SHA for 1cb2a0f
deps/rabbit/BUILD.bazel
@@ -426,7 +426,6 @@ rabbitmq_integration_suite(
426
427
rabbitmq_integration_suite(
428
name = "feature_flags_SUITE",
429
- size = "medium",
430
matrix = {
431
"registry": {
432
"groups": ["registry"],
@@ -440,6 +439,7 @@ rabbitmq_integration_suite(
440
439
"enabling_in_cluster": {
441
"groups": ["enabling_in_cluster"],
442
"flaky": True,
+ "size": "large",
443
# The enabling_* tests chmod files and then expect writes to be blocked.
444
# This probably doesn't work because we are root in the remote docker image.
445
"tags": ["exclusive"],
0 commit comments