Skip to content

Commit 261a4d6

Browse files
russcamswallez
authored andcommitted
Skip failing integration tests
Platinum spatial tests fail because bulk setup calls mix and match objects with strings. All types are expected to be homogeneous as they are inserted into a vec. Platinum vector tile tests specify i32 values in assertions when the API returns strings.
1 parent 584afe4 commit 261a4d6

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Cargo.lock
88
*.log
99
yaml_test_runner/tests/free
1010
yaml_test_runner/tests/xpack
11+
yaml_test_runner/tests/platinum
1112
yaml_test_runner/tests/mod.rs
1213
test_results/
1314
checkout/

yaml_test_runner/skip.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,30 @@ tests:
7070
# but was String("tutorial.com")
7171
- "Operator only settings can be set and restored by non-operator user when operator privileges is disabled"
7272

73+
platinum/spatial/20_geo_centroid.yml:
74+
# mixed Body types in bulk call setup
75+
- "*"
76+
77+
platinum/spatial/30_geotile_grid.yml:
78+
# mixed Body types in bulk call setup
79+
- "*"
80+
81+
platinum/spatial/40_geohash_grid.yml:
82+
# mixed Body types in bulk call setup
83+
- "*"
84+
85+
platinum/spatial/60_geo_line.yml:
86+
# mixed Body types in bulk call setup
87+
- "*"
88+
89+
platinum/spatial/80_geohex_grid.yml:
90+
# mixed Body types in bulk call setup
91+
- "*"
92+
93+
platinum/spatial/90_geo_grid_query.yml:
94+
# mixed Body types in bulk call setup
95+
- "*"
96+
7397
platinum/ssl/10_basic.yml:
7498
# this test returns the CA cert before the cert, so always fails
7599
- "Test get SSL certificates"
@@ -98,6 +122,14 @@ tests:
98122
platinum/unsigned_long/60_collapse.yml:
99123
- "*"
100124

125+
platinum/vector-tile/10_basic.yml:
126+
# expected `i32`, found `&str`
127+
- "*"
128+
129+
platinum/vector-tile/20_aggregations.yml:
130+
# expected `i32`, found `&str`
131+
- "*"
132+
101133
platinum/xpack/20_info.yml:
102134
# Expects "trial" license but gets "enterprise"
103135
- "XPack Info API"

0 commit comments

Comments
 (0)