Skip to content

Commit

Permalink
Fix and unmute OperatorPrivilegesIT (elastic#117302)
Browse files Browse the repository at this point in the history
This updates the constants for `OperatorPrivilegesIT` to include
the registered actions that were missing and unmutes the test

Backport of: elastic#117218
  • Loading branch information
tvernum authored Nov 22, 2024
1 parent 0559d6a commit a3de906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ tests:
- class: org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
method: testEnterpriseDownloaderTask
issue: https://github.com/elastic/elasticsearch/issues/115163
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
issue: https://github.com/elastic/elasticsearch/issues/102992
- class: org.elasticsearch.xpack.deprecation.DeprecationHttpIT
method: testDeprecatedSettingsReturnWarnings
issue: https://github.com/elastic/elasticsearch/issues/108628
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ public class Constants {
"cluster:monitor/nodes/data_tier_usage",
"cluster:monitor/nodes/features",
"cluster:monitor/nodes/hot_threads",
"cluster:monitor/nodes/index_mode_stats",
"cluster:monitor/nodes/info",
"cluster:monitor/nodes/stats",
"cluster:monitor/nodes/usage",
Expand Down Expand Up @@ -399,6 +400,7 @@ public class Constants {
"cluster:monitor/xpack/info/frozen_indices",
"cluster:monitor/xpack/info/graph",
"cluster:monitor/xpack/info/ilm",
"cluster:monitor/xpack/info/logsdb",
"cluster:monitor/xpack/info/logstash",
"cluster:monitor/xpack/info/ml",
"cluster:monitor/xpack/info/monitoring",
Expand Down Expand Up @@ -463,6 +465,7 @@ public class Constants {
"cluster:monitor/xpack/usage/health_api",
"cluster:monitor/xpack/usage/ilm",
"cluster:monitor/xpack/usage/inference",
"cluster:monitor/xpack/usage/logsdb",
"cluster:monitor/xpack/usage/logstash",
"cluster:monitor/xpack/usage/ml",
"cluster:monitor/xpack/usage/monitoring",
Expand Down

0 comments on commit a3de906

Please sign in to comment.