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-14 12:20:26 -0800
commitf87eea8068cbac9635853b160e3a95b3b124f9b6 (patch)
tree34403d6b33b022bc146eb50bb443540721e1b28b
parenta4655de313aaec34d95a6ec37f0f6d7342b4c431 (diff)
downloadqtlocation-mapboxgl-f87eea8068cbac9635853b160e3a95b3b124f9b6.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",