Skip to content

Commit

Permalink
Enable the get_user_privileges REST API test (elastic#77792)
Browse files Browse the repository at this point in the history
It was muted in elastic#77553, but can be enabled again after elastic#77777 was merged to 7.x

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
arteam and elasticmachine authored Sep 15, 2021
1 parent d3fa4d1 commit 6243c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ tasks.named("yamlRestTestV7CompatTest").configure {

// a type field was added to cat.ml_trained_models #73660, this is a backwards compatible change.
// still this is a cat api, and we don't support them with rest api compatibility. (the test would be very hard to transform too)
'ml/trained_model_cat_apis/Test cat trained models',
'privileges/40_get_user_privs/Test get_user_privileges for merged roles' // https://github.com/elastic/elasticsearch/pull/77553
'ml/trained_model_cat_apis/Test cat trained models'
].join(',')
dependsOn "copyExtraResources"
}
Expand Down

0 comments on commit 6243c72

Please sign in to comment.