[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:
Christoph Büscher 2015-03-18 15:28:35 -07:00
parent 105bdd486a
commit 5788289a6d
5 changed files with 1 additions and 12 deletions

View File

@ -1,9 +1,6 @@
--- ---
"TTL": "TTL":
- skip:
features: gtelte
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -1,8 +1,6 @@
--- ---
"TTL": "TTL":
- skip:
features: gtelte
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -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

View File

@ -1,9 +1,6 @@
--- ---
"TTL": "TTL":
- skip:
features: gtelte
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -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() {