mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[TEST] add 'yaml' feature for the test runner (#19436)
Also renamed 30_yaml.yaml to 30_json.yaml since it tests json, not yaml
This commit is contained in:
parent
c950ea0023
commit
e21b1e8066
@ -1,7 +1,7 @@
|
||||
---
|
||||
"Simple alias with yaml body through Accept header":
|
||||
- skip:
|
||||
features: headers
|
||||
features: ["headers", "yaml"]
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
"REST test with headers":
|
||||
- skip:
|
||||
features: headers
|
||||
features: ["headers", "yaml"]
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
@ -34,7 +34,7 @@ import java.util.List;
|
||||
*/
|
||||
public final class Features {
|
||||
|
||||
private static final List<String> SUPPORTED = Arrays.asList("stash_in_path", "groovy_scripting", "headers", "embedded_stash_key");
|
||||
private static final List<String> SUPPORTED = Arrays.asList("stash_in_path", "groovy_scripting", "headers", "embedded_stash_key", "yaml");
|
||||
|
||||
private Features() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user