From 6243c72a2cd956aac798f0a7c6ebae8ef3547b9a Mon Sep 17 00:00:00 2001 From: Artem Prigoda Date: Wed, 15 Sep 2021 22:56:05 +0200 Subject: [PATCH] Enable the `get_user_privileges` REST API test (#77792) It was muted in #77553, but can be enabled again after #77777 was merged to 7.x Co-authored-by: Elastic Machine --- x-pack/plugin/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugin/build.gradle b/x-pack/plugin/build.gradle index caee38b52ce78..be3dab3d0d7c8 100644 --- a/x-pack/plugin/build.gradle +++ b/x-pack/plugin/build.gradle @@ -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" }