From a64937db7aba2d4c6568052b07c532141a09db8d Mon Sep 17 00:00:00 2001 From: markharwood Date: Wed, 24 May 2017 17:05:02 +0100 Subject: [PATCH] Test fix - rest test missing version skip for new 6.0 significant_text agg --- .../test/search.aggregation/90_sig_text.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/90_sig_text.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/90_sig_text.yml index f31297c960b..bfbf171e8cc 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/90_sig_text.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/90_sig_text.yml @@ -1,5 +1,10 @@ --- "Default index": + + - skip: + version: " - 5.99.99" + reason: this uses a new feature that has been added in 6.0.0 + - do: indices.create: index: goodbad @@ -82,6 +87,11 @@ --- "Dedup noise": + + - skip: + version: " - 5.99.99" + reason: this uses a new feature that has been added in 6.0.0 + - do: indices.create: index: goodbad