Skip to content

Commit 6901028

Browse files
committed
[yaml runner] Update skipped tests
1 parent 02fed7e commit 6901028

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

yaml_test_runner/skip.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,37 @@ tests:
2424
# this test always returns 3 buckets where 1 is expected
2525
- "Test overall buckets given overall_score filter"
2626

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+
2739
xpack/snapshot/10_basic.yml:
2840
# this test fails because it can't access snapshot to restore it
2941
- "Create a source only snapshot and then restore it"
3042

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+
3158
oss/cat.aliases/10_basic.yml:
3259
# this test fails as the regex needs a \n before the ending $
3360
- "Multiple alias names"
@@ -56,4 +83,4 @@ tests:
5683
oss/search.aggregation/250_moving_fn.yml:
5784
# The use of an invalid window interval results in a 400 response which looks like
5885
# it suppresses the sending of deprecation headers
59-
- "Bad window deprecated interval"
86+
- "Bad window deprecated interval"

0 commit comments

Comments
 (0)