File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments