Collapse inner hits rest test should not skip 5.x
Relates https://github.com/elastic/elasticsearch/pull/24517
This commit is contained in:
parent
ac82824d80
commit
4a8759ef4c
|
@ -107,8 +107,8 @@ setup:
|
||||||
"field collapsing and inner_hits":
|
"field collapsing and inner_hits":
|
||||||
|
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.99.99"
|
version: " - 5.2.99"
|
||||||
reason: disable this test temporary due to a pending backport (#24517)
|
reason: this uses a new API that has been added in 5.3
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
search:
|
search:
|
||||||
|
|
Loading…
Reference in New Issue