[TEST] Remove 'gtelte' feature from yaml tests
Some yaml tests still used the 'gtelte' feature in their skip section. Since all language clients support this, the feature skip can be removed.
This commit is contained in:
parent
105bdd486a
commit
5788289a6d
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
"TTL":
|
"TTL":
|
||||||
|
|
||||||
- skip:
|
|
||||||
features: gtelte
|
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
"TTL":
|
"TTL":
|
||||||
|
|
||||||
- skip:
|
|
||||||
features: gtelte
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
"Indices recovery test":
|
"Indices recovery test":
|
||||||
|
|
||||||
- skip:
|
|
||||||
features: gtelte
|
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
"TTL":
|
"TTL":
|
||||||
|
|
||||||
- skip:
|
|
||||||
features: gtelte
|
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
public final class Features {
|
public final class Features {
|
||||||
|
|
||||||
private static final List<String> SUPPORTED = Lists.newArrayList("gtelte", "stash_in_path", "groovy_scripting");
|
private static final List<String> SUPPORTED = Lists.newArrayList("stash_in_path", "groovy_scripting");
|
||||||
|
|
||||||
private Features() {
|
private Features() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue