File tree 2 files changed +2
-3
lines changed
src/main/resources/rest-api-spec/test/search.aggregation
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,6 @@ tasks.named("yamlRestCompatTest").configure {
325
325
' search.aggregation/280_geohash_grid/Basic test' ,
326
326
' search.aggregation/290_geotile_grid/Basic test' ,
327
327
' search.aggregation/51_filter_with_types/Filter aggs with terms lookup and ensure it\' s cached' ,
328
- ' search.aggregation/370_doc_count_field/Test filters agg with doc_count' ,
329
328
' search.inner_hits/10_basic/Nested doc version and seqIDs' ,
330
329
' search.inner_hits/10_basic/Nested inner hits' ,
331
330
' search/100_stored_fields/Stored fields' ,
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ setup:
150
150
---
151
151
" Test filters agg with doc_count " :
152
152
- skip :
153
- version : " - 7.99 .99"
153
+ version : " - 7.12 .99"
154
154
features : default_shards
155
- reason : " name changed in 8.0.0, backporting to 7.13"
155
+ reason : " name changed in 7.13"
156
156
- do :
157
157
search :
158
158
body :
You can’t perform that action at this time.
0 commit comments