Skip to content

Commit f371367

Browse files
committed
Update skipped tests
1 parent 8eef76a commit f371367

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

yaml_test_runner/skip.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ tests:
1616
# Regex contains variable substitutions that the test harness doesn't support yet
1717
- "Test invalidate api keys"
1818

19-
platinum/analytics/histogram.yml:
20-
# Regex doesn't match. Could be either the leading space or escaping of '['
21-
- "Histogram requires values in increasing order"
22-
2319
platinum/data_stream/40_supported_apis.yml:
2420
# uses number as a key into object. serde_json::Value expects a string key
2521
- "Verify shard stores api"
@@ -30,10 +26,6 @@ tests:
3026
# expected value json["indices"][0]["name"] to match String("test_index1") but was String(".security-7")
3127
- "Resolve index with indices, aliases, and data streams"
3228

33-
platinum/license/30_enterprise_license.yml:
34-
# Warning "Including [accept_enterprise] in get license requests is deprecated" is no more present
35-
- "Installing enterprise license"
36-
3729
platinum/ml/bucket_correlation_agg.yml:
3830
# Expects true, got 0 (i.e. falsy)
3931
- "Test correlation bucket agg simple"
@@ -46,9 +38,13 @@ tests:
4638
# expected response to be 404 but was 200
4739
# Missing cleanup as running on a fresh ES server succeeds
4840
- "Test delete model alias with missing alias"
49-
- "Test delete model alias where alias points to different model"
41+
#- "Test delete model alias where alias points to different model"
5042
- "Test update model alias with model id referring to missing model"
5143

44+
platinum/ml/delete_expired_data.yml:
45+
# Warning "this request accesses system indices..." to match is wrong.
46+
- "Test delete expired data with job id"
47+
5248
platinum/runtime_fields/20_long.yml:
5349
# expected value ... to match Number(40.0) but was Number(40)
5450
- "terms agg"
@@ -79,10 +75,6 @@ tests:
7975
# the setup, fires quicker than any documents are processed, or the delay of 1m is too high?
8076
- "Test get continuous transform stats"
8177

82-
platinum/transform/transforms_update.yml:
83-
# In setup: 409 Conflict - Cannot delete transform [airline-transform-stats-continuous] as the task is running.
84-
- "Test alias scenarios"
85-
8678
# Test generator currently doesn't handle unsigned long values.
8779
# We skip all tests as even the setup code will fail to compile.
8880
platinum/unsigned_long/10_basic.yml:
@@ -98,10 +90,6 @@ tests:
9890
platinum/unsigned_long/60_collapse.yml:
9991
- "*"
10092

101-
platinum/xpack/20_info.yml:
102-
# Expects "trial" license but gets "enterprise"
103-
- "XPack Info API"
104-
10593
free/cat.aliases/10_basic.yml:
10694
# this test fails as the regex needs a \n before the ending $
10795
- "Multiple alias names"

0 commit comments

Comments
 (0)