Skip to content

Commit

Permalink
[TEST] Added skipping the headers feature to the Bulk REST YAML test
Browse files Browse the repository at this point in the history
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 elastic#26896
  • Loading branch information
karmi committed Oct 6, 2017
1 parent eb3ead6 commit 392d6a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
- 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\]/
headers:
Expand Down

0 comments on commit 392d6a4

Please sign in to comment.