Skip to content

Commit

Permalink
Adjust test skips now that inner_hits fix is backported.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Dec 22, 2020
1 parent e578d06 commit 260a346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ setup:
---
"top_hits aggregation with nested documents and disabled _source":
- skip:
version: " - 7.99.99"
reason: "bug fix is not yet backported"
version: " - 7.10.1"
reason: "bug fix introduced in 7.10.2"
- do:
indices.create:
index: disabled-source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ setup:
---
"Unified highlighter with stored fields and disabled source":
- skip:
version: " - 7.99.99"
reason: "bug fix is not yet backported"
version: "- 7.10.1"
reason: "bug fix introduced in 7.10.2"
- do:
indices.create:
index: disabled_source
Expand Down

0 comments on commit 260a346

Please sign in to comment.