diff options
author | Chris Loer <chris.loer@gmail.com> | 2017-10-24 13:27:39 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-10-24 14:17:30 -0700 |
commit | f6c8dcbf392d03eb354faf5e86efae8b0b3757b7 (patch) | |
tree | b0e4956c0fb3edd6b566e32a4914e207b6b8fd36 | |
parent | 4b2e1cddb4645fb6d2c5f9634dbeb7c21516cede (diff) | |
download | qtlocation-mapboxgl-f6c8dcbf392d03eb354faf5e86efae8b0b3757b7.tar.gz |
Enable native test for text-keep-upright with text-offset.
Issue #9271 was fixed as part of PR #9009.
-rw-r--r-- | platform/node/test/ignores.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index d079e8a8a8..81dff0bee4 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -46,7 +46,6 @@ "render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude": "https://github.com/mapbox/mapbox-gl-native/issues/6745", "render-tests/symbol-placement/line": "needs issue", "render-tests/text-font/camera-function": "https://github.com/mapbox/mapbox-gl-native/pull/9439", - "render-tests/text-keep-upright/line-placement-true-offset": "https://github.com/mapbox/mapbox-gl-native/issues/9271", "render-tests/text-pitch-alignment/auto-text-rotation-alignment-map": "https://github.com/mapbox/mapbox-gl-native/issues/9732", "render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport": "https://github.com/mapbox/mapbox-gl-native/issues/9732", "render-tests/text-pitch-alignment/map-text-rotation-alignment-map": "https://github.com/mapbox/mapbox-gl-native/issues/9732", |