@@ -11,6 +11,11 @@ features:
1111
1212# tests to skip generating and compiling a test for
1313tests :
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+
1419 xpack/ssl/10_basic.yml :
1520 # this test returns the CA cert before the cert, so always fails
1621 - " Test get SSL certificates"
@@ -24,10 +29,37 @@ tests:
2429 # this test always returns 3 buckets where 1 is expected
2530 - " Test overall buckets given overall_score filter"
2631
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+
2744 xpack/snapshot/10_basic.yml :
2845 # this test fails because it can't access snapshot to restore it
2946 - " Create a source only snapshot and then restore it"
3047
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+
3163 oss/cat.aliases/10_basic.yml :
3264 # this test fails as the regex needs a \n before the ending $
3365 - " Multiple alias names"
5688 oss/search.aggregation/250_moving_fn.yml :
5789 # The use of an invalid window interval results in a 400 response which looks like
5890 # it suppresses the sending of deprecation headers
59- - " Bad window deprecated interval"
91+ - " Bad window deprecated interval"
0 commit comments