Reduce skip version for stats API parameter tests
This commit reduces the skip version for the stats API unrecognized parameter tests now that the logic for unrecognized parameters has been backported to 5.x.
This commit is contained in:
parent
17b0041aaf
commit
6a8a3e77ed
|
@ -103,7 +103,7 @@ setup:
|
|||
---
|
||||
"Indices stats unrecognized parameter":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.0.99"
|
||||
reason: awaits strict stats handling to be backported to 5.x
|
||||
- do:
|
||||
indices.stats:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
---
|
||||
"Nodes stats unrecognized parameter":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.0.99"
|
||||
reason: awaits strict stats handling to be backported to 5.x
|
||||
- do:
|
||||
nodes.stats:
|
||||
|
|
Loading…
Reference in New Issue