[TEST] Minor updates to rest api spec tests (#34551)
This commit is contained in:
parent
89dc07bdd9
commit
eaa05fe762
|
@ -68,6 +68,7 @@
|
|||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
features: headers
|
||||
reason: include_type_name was introduced in 7.0.0
|
||||
|
||||
- do:
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
|
||||
---
|
||||
"empty action":
|
||||
- skip:
|
||||
features: headers
|
||||
|
||||
- do:
|
||||
catch: /Malformed action\/metadata line \[3\], expected FIELD_NAME but found \[END_OBJECT\]/
|
||||
|
|
|
@ -66,9 +66,9 @@ setup:
|
|||
"Least impact smoke test":
|
||||
# only passing these parameters to make sure they are consumed
|
||||
- do:
|
||||
max_concurrent_shard_requests: 1
|
||||
max_concurrent_searches: 1
|
||||
msearch:
|
||||
max_concurrent_shard_requests: 1
|
||||
max_concurrent_searches: 1
|
||||
body:
|
||||
- index: index_*
|
||||
- query:
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"tasks_list headers":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
features: headers
|
||||
reason: task headers has been added in 7.0.0
|
||||
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue