Adjust test skips now that inner_hits fix is backported.
This commit is contained in:
parent
2bc0dea2cc
commit
08b0920c6c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue