[Tests] Remove redudant rest test added in #27900

The removed rest test doesn't really test the the issue
reported in #27841 and adds nothing on top of the unit test.
This commit is contained in:
Christoph Büscher 2017-12-19 20:04:19 +01:00
parent fb2fd4e8ee
commit 05aa1a6033
1 changed files with 0 additions and 16 deletions

View File

@ -246,22 +246,6 @@ setup:
- match: { aggregations.the_filter.buckets.second_filter.doc_count: 1 }
- match: { aggregations.the_filter.meta.foo: "bar" }
---
"Single anonymous bool query":
- do:
search:
body:
aggs:
the_filter:
filters:
filters:
- bool: {}
- match: { hits.total: 4 }
- length: { hits.hits: 4 }
- match: { aggregations.the_filter.buckets.0.doc_count: 4 }
---
"Bad params":