From 05aa1a6033944deb483243bbbe03f15426d1a059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Tue, 19 Dec 2017 20:04:19 +0100 Subject: [PATCH] [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. --- .../search.aggregation/220_filters_bucket.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/220_filters_bucket.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/220_filters_bucket.yml index 04981164b9f..696a420953d 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/220_filters_bucket.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/220_filters_bucket.yml @@ -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":