diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-27 13:28:05 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-28 16:31:48 -0700 |
commit | ab5e496219609b1e0a71508db9ed9d5fef29e7df (patch) | |
tree | f4f395c5fee2ab39a4c054782be1ecdce02a67b3 /platform/node | |
parent | acbcf7e7e6b1575c1461354c807d4ca3ebfc7fb8 (diff) | |
download | qtlocation-mapboxgl-ab5e496219609b1e0a71508db9ed9d5fef29e7df.tar.gz |
[tests] Replaced the ZoomHistory test with a render test
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 414108d46b..49ede03db9 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -28,6 +28,8 @@ "query-tests/line-width/feature-state": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", "query-tests/feature-state/default": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", "query-tests/regressions/mapbox-gl-js#6555": "skip - no querySourceFeatures in mbgl-node; needs issue", + "query-tests/symbol/filtered-rotated-after-insert": "skip - https://github.com/mapbox/mapbox-gl-native/pull/12225", + "query-tests/symbol/rotated-sort": "skip - https://github.com/mapbox/mapbox-gl-native/pull/12225", "render-tests/background-color/transition": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/collator/resolved-locale": "Some test platforms don't resolve 'en' locale", "render-tests/collator/default": "Some test platforms don't resolve 'en' locale", |