Skip to content

Commit

Permalink
Update skip after backport (#69710)
Browse files Browse the repository at this point in the history
Now that we've backported #69377 to 7.x we can run backwards
compatibility tests against it.
  • Loading branch information
nik9000 authored Mar 1, 2021
1 parent 9ec86c7 commit 8b8a20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ tasks.named("yamlRestCompatTest").configure {
'search.aggregation/280_geohash_grid/Basic test',
'search.aggregation/290_geotile_grid/Basic test',
'search.aggregation/51_filter_with_types/Filter aggs with terms lookup and ensure it\'s cached',
'search.aggregation/370_doc_count_field/Test filters agg with doc_count',
'search.inner_hits/10_basic/Nested doc version and seqIDs',
'search.inner_hits/10_basic/Nested inner hits',
'search/100_stored_fields/Stored fields',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ setup:
---
"Test filters agg with doc_count":
- skip:
version: " - 7.99.99"
version: " - 7.12.99"
features: default_shards
reason: "name changed in 8.0.0, backporting to 7.13"
reason: "name changed in 7.13"
- do:
search:
body:
Expand Down

0 comments on commit 8b8a20b

Please sign in to comment.