We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5387160 commit 50c2342Copy full SHA for 50c2342
modules/analysis-common/src/yamlRestTest/resources/rest-api-spec/test/indices.analyze/15_analyze.yml
@@ -64,11 +64,11 @@
64
"Custom analyzer is not buildable":
65
- requires:
66
test_runner_features: [ capabilities ]
67
- reason: This capability required to run test
68
capabilities:
69
- - method: GET
70
- path: /_analyze
71
- capabilities: [ wrong_custom_analyzer_returns_400 ]
+ - method: PUT
+ path: /{index}
+ capabilities: [ hunspell_dict_400 ]
+ reason: "bugfix 'hunspell_dict_400' capability required"
72
73
- do:
74
catch: bad_request
0 commit comments