Skip to content

Commit 6816139

Browse files
committed
[yaml] update skipped tests
1 parent b6844eb commit 6816139

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

yaml_test_runner/skip.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ tests:
7878
# this test fails as the regex needs a \n before the ending $
7979
- "Test cat indices using health status"
8080

81+
free/cat.templates/10_basic.yml:
82+
# Regex do not account for hidden templates returned by the request
83+
- "Multiple template"
84+
- "No templates"
85+
- "Sort templates"
86+
# To many spaces in regex compared to API call result
87+
- "Select columns"
88+
89+
free/indices.put_index_template/10_basic.yml:
90+
# Succeeds when run individually but fails in the test suite?!?
91+
# left: `Null`, right: `Array([String("test-*")])`
92+
- "Put index template with 'create' flag"
93+
8194
free/indices.shard_stores/10_basic.yml:
8295
# uses number as a key into object. serde_json::Value expects a string key
8396
- "basic index test"
@@ -103,3 +116,25 @@ tests:
103116
# The use of an invalid window interval results in a 400 response which looks like
104117
# it suppresses the sending of deprecation headers
105118
- "Bad window deprecated interval"
119+
120+
free/search/60_query_string.yml:
121+
# Succeeds when run individually but fails in the test suite?!?
122+
# expected value json["hits"]["total"] to match 1 but was Number(0)'
123+
- "search with query_string parameters"
124+
125+
free/indices.simulate_template/10_basic.yml:
126+
# Succeeds when run individually but fails in the test suite?!?
127+
# left: `String("test")`, right: `String("v1_template")
128+
- "Simulate template matches overlapping legacy and composable templates"
129+
# expected value &json["overlapping"] to have length 0 but was 2'
130+
- "Simulate replacing a template with a newer version"
131+
# left: `String("winning_v2_template")`, right: `String("existing_test")
132+
- "Simulate index template specifying a new template"
133+
# Differing arrays
134+
- "Simulate template without a template in the body"
135+
136+
free/indices.simulate_index_template/10_basic.yml:
137+
# left: `Null`, right: `String("true")`
138+
- "Simulate index template specifying a new template"
139+
# left: `String("test")`, right: `String("v1_template")`
140+
- "Simulate index matches overlapping legacy and composable templates"

0 commit comments

Comments
 (0)