Correct the skip version in tests for field collapsing on an alias.
This commit is contained in:
parent
d021071ab9
commit
a9c4db4134
|
@ -372,8 +372,8 @@ setup:
|
|||
---
|
||||
"field collapsing on a field alias":
|
||||
- skip:
|
||||
version: " - 7.4.99"
|
||||
reason: the bug fix was introduced in 7.5
|
||||
version: " - 7.5.1"
|
||||
reason: the bug fix was introduced in 7.5.2
|
||||
- do:
|
||||
indices.create:
|
||||
index: alias-test
|
||||
|
|
Loading…
Reference in New Issue