@@ -24,10 +24,37 @@ tests:
24
24
# this test always returns 3 buckets where 1 is expected
25
25
- " Test overall buckets given overall_score filter"
26
26
27
+ xpack/ml/filter_crud.yml :
28
+ # Warning "this request accesses system indices..." to match is wrong on all tests
29
+ - " *"
30
+
31
+ xpack/ml/delete_expired_data.yml :
32
+ # Warning "this request accesses system indices..." to match is wrong.
33
+ - " Test delete expired data with job id"
34
+
35
+ xpack/runtime_fields/20_long.yml :
36
+ # expected value ... to match Number(40.0) but was Number(40)
37
+ - " terms agg"
38
+
27
39
xpack/snapshot/10_basic.yml :
28
40
# this test fails because it can't access snapshot to restore it
29
41
- " Create a source only snapshot and then restore it"
30
42
43
+ # Test generator currently doesn't handle unsigned long values.
44
+ # We skip all tests as even the setup code will fail to compile.
45
+ xpack/unsigned_long/10_basic.yml :
46
+ - " *"
47
+ xpack/unsigned_long/20_null_value.yml :
48
+ - " *"
49
+ xpack/unsigned_long/30_multi_fields.yml :
50
+ - " *"
51
+ xpack/unsigned_long/40_different_numeric.yml :
52
+ - " *"
53
+ xpack/unsigned_long/50_script_values.yml :
54
+ - " *"
55
+ xpack/unsigned_long/60_collapse.yml :
56
+ - " *"
57
+
31
58
oss/cat.aliases/10_basic.yml :
32
59
# this test fails as the regex needs a \n before the ending $
33
60
- " Multiple alias names"
56
83
oss/search.aggregation/250_moving_fn.yml :
57
84
# The use of an invalid window interval results in a 400 response which looks like
58
85
# it suppresses the sending of deprecation headers
59
- - " Bad window deprecated interval"
86
+ - " Bad window deprecated interval"
0 commit comments