From b6107a54da5a78c4902bead64752bfa3a98fbcf1 Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Thu, 16 Nov 2017 16:08:32 +0100 Subject: [PATCH] #26800 Adapt rest test for 6.x --- .../test/composite/20_composite.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/aggs-composite/src/test/resources/rest-api-spec/test/composite/20_composite.yml b/modules/aggs-composite/src/test/resources/rest-api-spec/test/composite/20_composite.yml index 63fdf695d0a07..0f52d0d4a2ef9 100644 --- a/modules/aggs-composite/src/test/resources/rest-api-spec/test/composite/20_composite.yml +++ b/modules/aggs-composite/src/test/resources/rest-api-spec/test/composite/20_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/