@@ -16,10 +16,6 @@ tests:
16
16
# Regex contains variable substitutions that the test harness doesn't support yet
17
17
- " Test invalidate api keys"
18
18
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
-
23
19
platinum/data_stream/40_supported_apis.yml :
24
20
# uses number as a key into object. serde_json::Value expects a string key
25
21
- " Verify shard stores api"
@@ -30,10 +26,6 @@ tests:
30
26
# expected value json["indices"][0]["name"] to match String("test_index1") but was String(".security-7")
31
27
- " Resolve index with indices, aliases, and data streams"
32
28
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
-
37
29
platinum/ml/bucket_correlation_agg.yml :
38
30
# Expects true, got 0 (i.e. falsy)
39
31
- " Test correlation bucket agg simple"
@@ -46,9 +38,13 @@ tests:
46
38
# expected response to be 404 but was 200
47
39
# Missing cleanup as running on a fresh ES server succeeds
48
40
- " 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"
50
42
- " Test update model alias with model id referring to missing model"
51
43
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
+
52
48
platinum/runtime_fields/20_long.yml :
53
49
# expected value ... to match Number(40.0) but was Number(40)
54
50
- " terms agg"
@@ -79,10 +75,6 @@ tests:
79
75
# the setup, fires quicker than any documents are processed, or the delay of 1m is too high?
80
76
- " Test get continuous transform stats"
81
77
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
-
86
78
# Test generator currently doesn't handle unsigned long values.
87
79
# We skip all tests as even the setup code will fail to compile.
88
80
platinum/unsigned_long/10_basic.yml :
@@ -98,10 +90,6 @@ tests:
98
90
platinum/unsigned_long/60_collapse.yml :
99
91
- " *"
100
92
101
- platinum/xpack/20_info.yml :
102
- # Expects "trial" license but gets "enterprise"
103
- - " XPack Info API"
104
-
105
93
free/cat.aliases/10_basic.yml :
106
94
# this test fails as the regex needs a \n before the ending $
107
95
- " Multiple alias names"
0 commit comments