@@ -11,6 +11,11 @@ features:
11
11
12
12
# tests to skip generating and compiling a test for
13
13
tests :
14
+ xpack/api_key/10_basic.yml :
15
+ # Invalid regex: "^(${api_key_id_2}|${api_key_id_3})$"
16
+ # --> missing expansion of stashed values
17
+ - " Test invalidate api keys"
18
+
14
19
xpack/ssl/10_basic.yml :
15
20
# this test returns the CA cert before the cert, so always fails
16
21
- " Test get SSL certificates"
@@ -24,10 +29,37 @@ tests:
24
29
# this test always returns 3 buckets where 1 is expected
25
30
- " Test overall buckets given overall_score filter"
26
31
32
+ xpack/ml/filter_crud.yml :
33
+ # Warning "this request accesses system indices..." to match is wrong on all tests
34
+ - " *"
35
+
36
+ xpack/ml/delete_expired_data.yml :
37
+ # Warning "this request accesses system indices..." to match is wrong.
38
+ - " Test delete expired data with job id"
39
+
40
+ xpack/runtime_fields/20_long.yml :
41
+ # expected value ... to match Number(40.0) but was Number(40)
42
+ - " terms agg"
43
+
27
44
xpack/snapshot/10_basic.yml :
28
45
# this test fails because it can't access snapshot to restore it
29
46
- " Create a source only snapshot and then restore it"
30
47
48
+ # Test generator currently doesn't handle unsigned long values.
49
+ # We skip all tests as even the setup code will fail to compile.
50
+ xpack/unsigned_long/10_basic.yml :
51
+ - " *"
52
+ xpack/unsigned_long/20_null_value.yml :
53
+ - " *"
54
+ xpack/unsigned_long/30_multi_fields.yml :
55
+ - " *"
56
+ xpack/unsigned_long/40_different_numeric.yml :
57
+ - " *"
58
+ xpack/unsigned_long/50_script_values.yml :
59
+ - " *"
60
+ xpack/unsigned_long/60_collapse.yml :
61
+ - " *"
62
+
31
63
oss/cat.aliases/10_basic.yml :
32
64
# this test fails as the regex needs a \n before the ending $
33
65
- " Multiple alias names"
56
88
oss/search.aggregation/250_moving_fn.yml :
57
89
# The use of an invalid window interval results in a 400 response which looks like
58
90
# it suppresses the sending of deprecation headers
59
- - " Bad window deprecated interval"
91
+ - " Bad window deprecated interval"
0 commit comments