Fix BWC condition on REST test
Adds a missing skip section to a REST test that was forgotten in #21998
This commit is contained in:
parent
93b5e55660
commit
fca4f92fee
|
@ -21,6 +21,10 @@
|
||||||
---
|
---
|
||||||
"Internal versioning with explicit version":
|
"Internal versioning with explicit version":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.1"
|
||||||
|
reason: validation logic only fixed from 5.1.2 onwards
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
create:
|
create:
|
||||||
index: test
|
index: test
|
||||||
|
|
Loading…
Reference in New Issue