summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-09 14:36:30 -0800
committerChris Loer <chris.loer@mapbox.com>2017-11-17 10:05:15 -0800
commit3e074390b5afb0bf6d50b83c5327786bc011cd95 (patch)
treeca65aaad8626438b54fa0c97f59533272ff28895
parent9fb30dfd52204bfbf02fae49d37e74312d316f40 (diff)
downloadqtlocation-mapboxgl-3e074390b5afb0bf6d50b83c5327786bc011cd95.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",