summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2018-05-04 17:51:00 -0700
committerLauren Budorick <lauren@mapbox.com>2018-05-04 17:51:00 -0700
commit239b695f25f53cec6bf5144f49342afe20b44c22 (patch)
treeac7ba4b5568ea96c382818c23cbace46da123aed
parentca478bc6322199f261dcf48368674493b2eb81f1 (diff)
downloadqtlocation-mapboxgl-239b695f25f53cec6bf5144f49342afe20b44c22.tar.gz
skip feature-state tests
m---------mapbox-gl-js0
-rw-r--r--platform/node/test/ignores.json9
2 files changed, 6 insertions, 3 deletions
diff --git a/mapbox-gl-js b/mapbox-gl-js
-Subproject 6878e612a1abfba76ba2604440abb68903b7026
+Subproject bfcb821dd2dc7e40ec7b366799fdc1ce797eda5
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 1b87e6e389..47cb07c85a 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -22,6 +22,9 @@
"query-tests/geometry/polygon": "needs investigation",
"query-tests/world-wrapping/box": "skip - needs issue",
"query-tests/world-wrapping/point": "skip - needs issue",
+ "query-tests/circle-radius/feature-state": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue",
+ "query-tests/feature-state/default": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue",
+ "query-tests/regressions/mapbox-gl-js#6555": "skip - no querySourceFeatures in mbgl-node; needs issue",
"render-tests/background-color/transition": "https://github.com/mapbox/mapbox-gl-native/issues/10619",
"render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/collision-lines": "https://github.com/mapbox/mapbox-gl-native/issues/10412",
@@ -107,7 +110,7 @@
"render-tests/combinations/line-translucent--fill-extrusion-translucent": "needs investigation",
"render-tests/combinations/raster-translucent--fill-extrusion-translucent": "needs investigation",
"render-tests/combinations/symbol-translucent--fill-extrusion-translucent": "needs investigation",
- "render-tests/feature-state/composite-expression": "needs issue",
- "render-tests/feature-state/data-expression": "needs issue",
- "render-tests/feature-state/vector-source": "needs issue"
+ "render-tests/feature-state/composite-expression": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue",
+ "render-tests/feature-state/data-expression": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue",
+ "render-tests/feature-state/vector-source": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue"
}