diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-03-06 23:00:51 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-03-06 23:46:52 +0200 |
commit | 35fc402d34494767acc6922261055b75f33f5487 (patch) | |
tree | e4fb70d9d7c39e041d15093fc65da75f48acf7b1 /metrics/ignores | |
parent | 47ce65b4962a793fab473792f549234ad0b8c215 (diff) | |
download | qtlocation-mapboxgl-35fc402d34494767acc6922261055b75f33f5487.tar.gz |
[render tests] Temporarily ignore tile-mode/streets-v11
Due to flaky metrics results
Diffstat (limited to 'metrics/ignores')
-rw-r--r-- | metrics/ignores/platform-all.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metrics/ignores/platform-all.json b/metrics/ignores/platform-all.json index 3f70e9f8f3..901538bba8 100644 --- a/metrics/ignores/platform-all.json +++ b/metrics/ignores/platform-all.json @@ -132,5 +132,6 @@ "render-tests/feature-state/promote-id-fill-extrusion": "https://github.com/mapbox/mapbox-gl-js/pull/9202", "render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode":"https://github.com/mapbox/mapbox-gl-js/pull/9202", "render-tests/line-pattern/with-dasharray":"https://github.com/mapbox/mapbox-gl-js/pull/9189", - "render-tests/symbol-sort-key/placement-tile-boundary-right-then-left": "https://github.com/mapbox/mapbox-gl-js/pull/9054" + "render-tests/symbol-sort-key/placement-tile-boundary-right-then-left": "https://github.com/mapbox/mapbox-gl-js/pull/9054", + "render-tests/tile-mode/streets-v11": "ignored due to flaky metrics results" } |