From 9eb757beabfddfc5320b8aff425a0851dc4b6d83 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 3 Mar 2022 12:18:57 -0500 Subject: [PATCH] Test `fetch` in top hits in 7.11+ Something is wrong with `fetch` in `top_hits` in 7.10 and I'm not sure what. But at this point it's not worth figuring it out. So we'll skip testing `fetch` in `top_hits` until 7.11. Closes #84590 --- .../rest-api-spec/test/search.aggregation/200_top_hits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/200_top_hits.yml b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/200_top_hits.yml index d9e9fef779d34..9481d342b003b 100644 --- a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/200_top_hits.yml +++ b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/200_top_hits.yml @@ -227,8 +227,8 @@ named queries: --- fetch fields: - skip: - version: " - 7.9.99" - reason: "fetch fields to top_hits in 7.10.0" + version: " - 7.10.99" + reason: "fetch fields fixed for top_hits in 7.11.0" - do: search: