From c50f23b02a6829a5db3e7588322339986381196b Mon Sep 17 00:00:00 2001 From: Harsha Vamsi Kalluri Date: Fri, 8 Dec 2023 10:12:06 -0800 Subject: [PATCH] Fix skip to allow yaml test to pass on main Signed-off-by: Harsha Vamsi Kalluri --- .../rest-api-spec/test/search/370_ip_field_doc_values.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search/370_ip_field_doc_values.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search/370_ip_field_doc_values.yml index 33419c5bb223c..21f095cbca4fc 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search/370_ip_field_doc_values.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search/370_ip_field_doc_values.yml @@ -1,8 +1,8 @@ setup: - skip: features: [ "headers" ] - version: " - 2.11.99" - reason: "searching with only doc_values was added in 2.12.0" + version: " - 2.99.99" + reason: "searching with only doc_values was added in 3.0.0" --- "search on ip fields with doc_values enabled":