From 90d2ead14ac0dab55ddd6b2b838294e809ca7de9 Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Tue, 21 Nov 2017 15:45:02 +0100 Subject: [PATCH] Adapt rest test BWC version after backport Relates #26800 --- .../test/search.aggregation/230_composite.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml index 75e7d6a4afb..f050e449c5c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml @@ -47,8 +47,8 @@ setup: --- "Simple Composite aggregation": - skip: - version: " - 6.99.99" - reason: this uses a new API that has been added in 7.0 + version: " - 6.0.99" + reason: this uses a new API that has been added in 6.1 - do: @@ -76,8 +76,8 @@ setup: --- "Nested Composite aggregation": - skip: - version: " - 6.99.99" - reason: this uses a new API that has been added in 7.0 + version: " - 6.0.99" + reason: this uses a new API that has been added in 6.1 - do: @@ -125,8 +125,8 @@ setup: --- "Aggregate After": - skip: - version: " - 6.99.99" - reason: this uses a new API that has been added in 7.0 + version: " - 6.0.99" + reason: this uses a new API that has been added in 6.1 - do: @@ -166,8 +166,8 @@ setup: --- "Invalid Composite aggregation": - skip: - version: " - 6.99.99" - reason: this uses a new API that has been added in 7.0 + version: " - 6.0.99" + reason: this uses a new API that has been added in 6.1 - do: catch: /\[composite\] aggregation cannot be used with a parent aggregation/