Skip to content

Commit 1f3c09f

Browse files
committed
Fix up operator privileges test
1 parent 02b1bf3 commit 1f3c09f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/130_operator_privileges.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"Test operator privileges will work in the mixed cluster":
33

44
- requires:
5-
test_runner_features: headers
5+
test_runner_features: [headers, capabilities]
66
cluster_features: ["gte_v7.11.0"]
77
reason: "operator privileges are available since 7.11"
8+
capabilities:
9+
- method: DELETE
10+
path: /_cluster/voting_config_exclusions
11+
capabilities: [ plain_text_empty_response ]
812

913
# The default user ("test_user") is an operator, so this works
1014
- do:

0 commit comments

Comments
 (0)