mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
[TEST] remove feature yaml from REST tests
The only runner that supported it was the java runner, we can use json format instead given that the default one with cat apis is text
This commit is contained in:
parent
60bafa5d78
commit
43b82ce244
@ -1,8 +1,5 @@
|
|||||||
---
|
---
|
||||||
"Simple alias with yaml body through format argument":
|
"Simple alias with json body through format argument":
|
||||||
|
|
||||||
- skip:
|
|
||||||
features: yaml
|
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
@ -15,7 +12,7 @@
|
|||||||
|
|
||||||
- do:
|
- do:
|
||||||
cat.aliases:
|
cat.aliases:
|
||||||
format: yaml
|
format: json
|
||||||
|
|
||||||
- match: {0.alias: test_alias}
|
- match: {0.alias: test_alias}
|
||||||
- match: {0.index: test}
|
- match: {0.index: test}
|
||||||
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public final class Features {
|
public final class Features {
|
||||||
|
|
||||||
private static final List<String> SUPPORTED = Arrays.asList("stash_in_path", "groovy_scripting", "headers", "yaml");
|
private static final List<String> SUPPORTED = Arrays.asList("stash_in_path", "groovy_scripting", "headers");
|
||||||
|
|
||||||
private Features() {
|
private Features() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user