Skip to content

Commit 0dffb03

Browse files
committed
Be more selective when marking the feature_flags_SUITE exclusive
1 parent 01ae46c commit 0dffb03

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,16 @@ rabbitmq_integration_suite(
433433
},
434434
"enabling_on_single_node": {
435435
"groups": ["enabling_on_single_node"],
436+
# The enabling_* tests chmod files and then expect writes to be blocked.
437+
# This probably doesn't work because we are root in the remote docker image.
438+
"tags": ["exclusive"],
436439
},
437440
"enabling_in_cluster": {
438441
"groups": ["enabling_in_cluster"],
439442
"flaky": True,
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"],
440446
},
441447
"clustering": {
442448
"groups": ["clustering"],
@@ -446,9 +452,6 @@ rabbitmq_integration_suite(
446452
"groups": ["activating_plugin"],
447453
},
448454
},
449-
# The enabling_* tests chmod files and then expect writes to be blocked.
450-
# This probably doesn't work because we are root in the remote docker image.
451-
tags = ["exclusive"],
452455
runtime_deps = [
453456
"//deps/rabbit/apps/rabbitmq_prelaunch:test_bazel_erlang_lib",
454457
"//deps/rabbit/test/feature_flags_SUITE_data/my_plugin:bazel_erlang_lib",

0 commit comments

Comments
 (0)