Skip IP range query REST test prior to 5.1.2
This commit adds a skip for the IP range query REST test on version prior to 5.1.2 due to a exclusive bug on the top end of the range.
This commit is contained in:
parent
f713106827
commit
4aae017891
|
@ -111,6 +111,9 @@ setup:
|
|||
|
||||
---
|
||||
"IP range":
|
||||
- skip:
|
||||
version: " - 5.1.1"
|
||||
reason: IP range queries had an exclusive range bug prior to 5.1.2
|
||||
- do:
|
||||
index:
|
||||
index: test
|
||||
|
|
Loading…
Reference in New Issue