diff options
author | Chris Loer <chris.loer@gmail.com> | 2017-08-18 10:21:22 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-08-18 10:53:26 -0700 |
commit | 18a54bc96bcf1faa17aa5d26d7dedff5a3117d38 (patch) | |
tree | 330c6fe1052decab3fc8c066b99895f00b0b847e | |
parent | fd2b525c4d196520abaf9f347d3a73c37b47bd61 (diff) | |
download | qtlocation-mapboxgl-18a54bc96bcf1faa17aa5d26d7dedff5a3117d38.tar.gz |
Skip test for issue #9792, as it currently causes the test harness to time out.
-rw-r--r-- | platform/node/test/ignores.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 5e4ba8697d..4d4e0edbe4 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -48,6 +48,7 @@ "render-tests/regressions/mapbox-gl-js#4551": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350", "render-tests/regressions/mapbox-gl-js#4573": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350", "render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357", + "render-tests/regressions/mapbox-gl-native#9792": "skip - https://github.com/mapbox/mapbox-gl-native/issues/9792", "render-tests/runtime-styling/paint-property-fill-flat-to-extrude": "skip - https://github.com/mapbox/mapbox-gl-native/issues/6745", "render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude": "skip - needs issue", "render-tests/runtime-styling/source-add-geojson-inline": "skip - needs issue", |