From 210f1a02a431333ca9f04b6dacf2904aa4f18747 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Mon, 21 Aug 2023 15:51:56 -0600 Subject: [PATCH] Mute test that needs to be muted --- x-pack/plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/build.gradle b/x-pack/plugin/build.gradle index 18d1900954b5..1f5d699d2852 100644 --- a/x-pack/plugin/build.gradle +++ b/x-pack/plugin/build.gradle @@ -170,6 +170,7 @@ tasks.named("yamlRestTestV7CompatTransform").configure { task -> task.skipTest("service_accounts/10_basic/Test get service accounts", "new service accounts are added") task.skipTest("spatial/70_script_doc_values/diagonal length", "precision changed in 8.4.0") task.skipTest("spatial/70_script_doc_values/geoshape value", "error message changed in 8.9.0") + task.skipTest("security/authz/14_cat_indices/Test empty request while single authorized index", "not supported for compatibility") task.replaceValueInMatch("_type", "_doc") task.addAllowedWarningRegex("\\[types removal\\].*")