Skip to content

Commit b6f1682

Browse files
committed
[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
1 parent 38dc921 commit b6f1682

File tree

1 file changed

+2
-1
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/bulk

1 file changed

+2
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/bulk/10_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
- skip:
6666
version: " - 5.4.99"
6767
reason: confusing exception messaged caused by empty object fixed in 5.5.0
68-
68+
features: ["headers"]
69+
6970
- do:
7071
catch: /Malformed action\/metadata line \[3\], expected FIELD_NAME but found \[END_OBJECT\]/
7172
headers:

0 commit comments

Comments
 (0)