summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-09 14:36:30 -0800
committerChris Loer <chris.loer@gmail.com>2017-11-09 14:58:01 -0800
commita9b94e8597ef8dadc24a5492717a36b0408888a2 (patch)
tree2444ec641a455b571031dba7943b790335a9497e
parentc8e9f69e13164d137b058ecd1a8acb6d9bd9e79e (diff)
downloadqtlocation-mapboxgl-a9b94e8597ef8dadc24a5492717a36b0408888a2.tar.gz
[core] Added ignores for two query tests that return the same set of items but in a different order.
-rw-r--r--platform/node/test/ignores.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 507ec154d8..c4097fecd5 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -5,6 +5,8 @@
"query-tests/geometry/multilinestring": "needs investigation",
"query-tests/geometry/multipolygon": "needs investigation",
"query-tests/geometry/polygon": "needs investigation",
+ "query-tests/symbol/panned-after-insert": "https://github.com/mapbox/mapbox-gl-native/issues/10408",
+ "query-tests/symbol/rotated-after-insert": "https://github.com/mapbox/mapbox-gl-native/issues/10408",
"query-tests/world-wrapping/box": "skip - needs issue",
"query-tests/world-wrapping/point": "skip - needs issue",
"render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841",