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(
433
433
},
434
434
"enabling_on_single_node" : {
435
435
"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" ],
436
439
},
437
440
"enabling_in_cluster" : {
438
441
"groups" : ["enabling_in_cluster" ],
439
442
"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" ],
440
446
},
441
447
"clustering" : {
442
448
"groups" : ["clustering" ],
@@ -446,9 +452,6 @@ rabbitmq_integration_suite(
446
452
"groups" : ["activating_plugin" ],
447
453
},
448
454
},
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" ],
452
455
runtime_deps = [
453
456
"//deps/rabbit/apps/rabbitmq_prelaunch:test_bazel_erlang_lib" ,
454
457
"//deps/rabbit/test/feature_flags_SUITE_data/my_plugin:bazel_erlang_lib" ,
You can’t perform that action at this time.
0 commit comments