From 4c3b917736a307e3ce84dd28fa0324d7a94ec8fe Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 27 Nov 2023 22:49:58 +0530 Subject: [PATCH] Removing collect_count validation to prevent backward compatibility tests from failing Signed-off-by: Ankit Jain --- .../rest-api-spec/test/search.aggregation/10_histogram.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/10_histogram.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/10_histogram.yml index fdfbc64ac33e9..e7da9a0bc454c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/10_histogram.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/10_histogram.yml @@ -598,7 +598,6 @@ setup: - match: { aggregations.histo.buckets.0.doc_count: 2 } - match: { profile.shards.0.aggregations.0.type: DateHistogramAggregator } - match: { profile.shards.0.aggregations.0.description: histo } - - match: { profile.shards.0.aggregations.0.breakdown.collect_count: 1 } - match: { profile.shards.0.aggregations.0.debug.total_buckets: 3 } ---