[TEST] Added skipping the `headers` feature to the Bulk REST YAML test

This test has been failing in th Ruby runner, since it assumed the `headers` feature,
but was not annotated accordingly.

This patch adds the `skip` clause with the `headers` feature.

Closes #26896
This commit is contained in:
Karel Minarik 2017-10-05 18:40:29 +02:00
parent eb3ead6561
commit 392d6a43ec
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@
- skip:
version: " - 5.4.99"
reason: confusing exception messaged caused by empty object fixed in 5.5.0
features: ["headers"]
- do:
catch: /Malformed action\/metadata line \[3\], expected FIELD_NAME but found \[END_OBJECT\]/