Add skip for missing types REST test
This commit adds a skip for the missing types REST test. There was a bug for an unclosed XContent object on version prior to version 5.0.3 which is going to lead to different responses on vresions prior to 5.0.3 and versions on or after version 5.0.3.
This commit is contained in:
parent
3f1d7be07a
commit
7861a9dc3e
|
@ -20,6 +20,9 @@
|
|||
|
||||
---
|
||||
"Type missing when no types exist":
|
||||
- skip:
|
||||
version: " - 5.0.2"
|
||||
reason: there was a bug prior to 5.0.2
|
||||
- do:
|
||||
catch: missing
|
||||
indices.get_mapping:
|
||||
|
|
Loading…
Reference in New Issue