diff options
author | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-08-25 17:40:03 -0700 |
---|---|---|
committer | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-08-29 11:12:21 -0700 |
commit | 72aea2012a96c45dcc17b420d994a3cafb6b7019 (patch) | |
tree | cf9ed7f1370370800f57abaf27ce73656af2fa66 | |
parent | a2712f6fa439af976f7c17685b78340cb14d67a1 (diff) | |
download | qtlocation-mapboxgl-upstream/enable-image-render-tests.tar.gz |
Enable tests for #1350, #9704upstream/enable-image-render-tests
-rw-r--r-- | platform/node/test/ignores.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 90e0e22e70..a19d0e9cca 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -40,13 +40,8 @@ "render-tests/line-join/property-function": "https://github.com/mapbox/mapbox-gl-js/pull/5020", "render-tests/line-join/property-function-dasharray": "https://github.com/mapbox/mapbox-gl-js/pull/5020", "render-tests/regressions/mapbox-gl-js#2305": "https://github.com/mapbox/mapbox-gl-native/issues/6927", - "render-tests/regressions/mapbox-gl-js#2929": "skip - needs issue", - "render-tests/regressions/mapbox-gl-js#3010": "skip - needs issue", "render-tests/regressions/mapbox-gl-js#3548": "skip - needs issue", "render-tests/regressions/mapbox-gl-js#3682": "https://github.com/mapbox/mapbox-gl-js/issues/3682", - "render-tests/regressions/mapbox-gl-js#4550": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350", - "render-tests/regressions/mapbox-gl-js#4551": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350", - "render-tests/regressions/mapbox-gl-js#4573": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350", "render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357", "render-tests/runtime-styling/image-add-sdf": "skip - https://github.com/mapbox/mapbox-gl-native/issues/9847", "render-tests/runtime-styling/paint-property-fill-flat-to-extrude": "skip - https://github.com/mapbox/mapbox-gl-native/issues/6745", @@ -68,5 +63,5 @@ "render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport": "https://github.com/mapbox/mapbox-gl-native/issues/9732", "render-tests/text-pitch-scaling/line-half": "https://github.com/mapbox/mapbox-gl-native/issues/9732", "render-tests/text-size/composite-function-high-base": "https://github.com/mapbox/mapbox-gl-native/issues/8654", - "render-tests/video/default": "skip - needs issue" + "render-tests/video/default": "skip - https://github.com/mapbox/mapbox-gl-native/issues/601" } |