Adapt rest test BWC version after backport

Relates #26800
This commit is contained in:
Jim Ferenczi 2017-11-21 15:45:02 +01:00
parent 6ac799074e
commit 90d2ead14a
1 changed files with 8 additions and 8 deletions

View File

@ -47,8 +47,8 @@ setup:
--- ---
"Simple Composite aggregation": "Simple Composite aggregation":
- skip: - skip:
version: " - 6.99.99" version: " - 6.0.99"
reason: this uses a new API that has been added in 7.0 reason: this uses a new API that has been added in 6.1
- do: - do:
@ -76,8 +76,8 @@ setup:
--- ---
"Nested Composite aggregation": "Nested Composite aggregation":
- skip: - skip:
version: " - 6.99.99" version: " - 6.0.99"
reason: this uses a new API that has been added in 7.0 reason: this uses a new API that has been added in 6.1
- do: - do:
@ -125,8 +125,8 @@ setup:
--- ---
"Aggregate After": "Aggregate After":
- skip: - skip:
version: " - 6.99.99" version: " - 6.0.99"
reason: this uses a new API that has been added in 7.0 reason: this uses a new API that has been added in 6.1
- do: - do:
@ -166,8 +166,8 @@ setup:
--- ---
"Invalid Composite aggregation": "Invalid Composite aggregation":
- skip: - skip:
version: " - 6.99.99" version: " - 6.0.99"
reason: this uses a new API that has been added in 7.0 reason: this uses a new API that has been added in 6.1
- do: - do:
catch: /\[composite\] aggregation cannot be used with a parent aggregation/ catch: /\[composite\] aggregation cannot be used with a parent aggregation/