From 06dfd25c50ad9792e8fad66b8805c7a68de5ab5f 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 af95b6b811fd9..7caccdbdd82c1 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: