diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2019-06-07 12:39:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 12:39:48 -0700 |
commit | fc802daa629d11174cd868820f584399501a33c7 (patch) | |
tree | 6d07d326dc330c921c6beec40429704c52a04c98 /platform | |
parent | 1a3b865eee1d9a56f1627d346dd2a692420c1f59 (diff) | |
download | qtlocation-mapboxgl-fc802daa629d11174cd868820f584399501a33c7.tar.gz |
[core] Ignore more flaky node render tests
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/test/ignores.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 056d942182..b3fb4b5a51 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -54,10 +54,12 @@ "render-tests/fill-extrusion-pattern/opacity": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/feature-expression": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/tile-buffer": "https://github.com/mapbox/mapbox-gl-js/issues/3327", - "render-tests/fill-pattern/literal": "needs investigation - https://github.com/mapbox/mapbox-gl-native/issues/14423", + "render-tests/fill-pattern/literal": "FLAKY: do not re-enable without extensive testing - https://github.com/mapbox/mapbox-gl-native/issues/14423", + "render-tests/fill-pattern/opacity": "FLAKY: do not re-enable without extensive testing - https://github.com/mapbox/mapbox-gl-native/issues/14870", "render-tests/fill-pattern/update-feature-state": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", - "render-tests/fill-pattern/zoomed": "needs investigation - https://github.com/mapbox/mapbox-gl-native/issues/14768", + "render-tests/fill-pattern/zoomed": "FLAKY: do not re-enable without extensive testing - https://github.com/mapbox/mapbox-gl-native/issues/14768", "render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary", + "render-tests/line-translate/literal": "FLAKY: do not re-enable without extensive testing - https://github.com/mapbox/mapbox-gl-native/issues/14859", "render-tests/mixed-zoom/z10-z11": "https://github.com/mapbox/mapbox-gl-native/issues/10397", "render-tests/raster-masking/overlapping-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/10195", "render-tests/real-world/bangkok": "https://github.com/mapbox/mapbox-gl-native/issues/10412", @@ -66,6 +68,7 @@ "render-tests/regressions/mapbox-gl-js#2467": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/regressions/mapbox-gl-js#2762": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/regressions/mapbox-gl-js#2769": "https://github.com/mapbox/mapbox-gl-native/issues/10619", + "render-tests/regressions/mapbox-gl-js#3107": "FLAKY: do not re-enable without extensive testing - https://github.com/mapbox/mapbox-gl-native/issues/14869", "render-tests/regressions/mapbox-gl-js#5740": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/regressions/mapbox-gl-js#5982": "https://github.com/mapbox/mapbox-gl-native/issues/10619", "render-tests/regressions/mapbox-gl-js#6655": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/6263 - needs issue", |