summaryrefslogtreecommitdiff
path: root/platform/node/test/ignores.json
diff options
context:
space:
mode:
authorAnand Thakker <anandthakker@users.noreply.github.com>2018-03-02 16:38:46 -0500
committerGitHub <noreply@github.com>2018-03-02 16:38:46 -0500
commit8ed540ea7b90d29e1d0947f9a421f36ab9bc66b2 (patch)
tree35067d64be57ba08b2a4ddf0afd636a8616c32ab /platform/node/test/ignores.json
parent4919099ea9c7e5d2a0ed261b169c7c6a0e86a43f (diff)
downloadqtlocation-mapboxgl-8ed540ea7b90d29e1d0947f9a421f36ab9bc66b2.tar.gz
Port fix for "at" expression off-by-1 error (#11375)
* Port fix for "at" expression off-by-1 error Refs https://github.com/mapbox/mapbox-gl-js/pull/6269 * Consistency * Add ignores for symbol positiong differences in real-world tests
Diffstat (limited to 'platform/node/test/ignores.json')
-rw-r--r--platform/node/test/ignores.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 50e2aa1d61..da79ac8a41 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -25,6 +25,9 @@
"render-tests/geojson/inline-polygon-symbol": "behavior needs reconciliation with gl-js",
"render-tests/mixed-zoom/z10-z11": "https://github.com/mapbox/mapbox-gl-native/issues/10397",
"render-tests/raster-masking/overlapping-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/10195",
+ "render-tests/real-world/bangkok": "https://github.com/mapbox/mapbox-gl-native/issues/10412",
+ "render-tests/real-world/chicago": "https://github.com/mapbox/mapbox-gl-native/issues/10412",
+ "render-tests/real-world/sanfrancisco": "https://github.com/mapbox/mapbox-gl-native/issues/10412",
"render-tests/regressions/mapbox-gl-js#2305": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/regressions/mapbox-gl-js#2467": "https://github.com/mapbox/mapbox-gl-native/issues/10619",
"render-tests/regressions/mapbox-gl-js#2762": "https://github.com/mapbox/mapbox-gl-native/issues/10619",