Some yaml tests still used the 'gtelte' feature in their skip section. Since all language clients support this, the feature skip can be removed.
@@ -1,9 +1,6 @@
---
"TTL":
- - skip:
- features: gtelte
-
- do:
indices.create:
index: test_1
@@ -1,8 +1,6 @@
"Indices recovery test":
@@ -34,7 +34,7 @@ import java.util.List;
*/
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() {