Skip to content

Commit

Permalink
elastic#26800 Adapt rest test for 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Nov 16, 2017
1 parent b0ca48a commit b6107a5
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit b6107a5

Please sign in to comment.