Skip to content

Commit 8b8a20b

Browse files
authored
Update skip after backport (#69710)
Now that we've backported #69377 to 7.x we can run backwards compatibility tests against it.
1 parent 9ec86c7 commit 8b8a20b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rest-api-spec/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ tasks.named("yamlRestCompatTest").configure {
325325
'search.aggregation/280_geohash_grid/Basic test',
326326
'search.aggregation/290_geotile_grid/Basic test',
327327
'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',
329328
'search.inner_hits/10_basic/Nested doc version and seqIDs',
330329
'search.inner_hits/10_basic/Nested inner hits',
331330
'search/100_stored_fields/Stored fields',

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/370_doc_count_field.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ setup:
150150
---
151151
"Test filters agg with doc_count":
152152
- skip:
153-
version: " - 7.99.99"
153+
version: " - 7.12.99"
154154
features: default_shards
155-
reason: "name changed in 8.0.0, backporting to 7.13"
155+
reason: "name changed in 7.13"
156156
- do:
157157
search:
158158
body:

0 commit comments

Comments
 (0)