diff options
author | Aleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com> | 2019-08-07 07:36:38 +0300 |
---|---|---|
committer | Aleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com> | 2019-08-07 10:26:39 +0300 |
commit | 75f1c72618ab8c7cc16f31b10207ea9c00447ca4 (patch) | |
tree | 7394fe0c20a17ec31f5c67262908c1cde0d7adec | |
parent | b5d71fbca00d2aac00ff59165178b5bde91bd838 (diff) | |
download | qtlocation-mapboxgl-75f1c72618ab8c7cc16f31b10207ea9c00447ca4.tar.gz |
Ignore flaky line-pattern/opacity test on Linux bot
Related to: https://github.com/mapbox/mapbox-gl-native/issues/15320
-rw-r--r-- | render-test/linux-ignores.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/render-test/linux-ignores.json b/render-test/linux-ignores.json index 87bef31c5c..be9352b050 100644 --- a/render-test/linux-ignores.json +++ b/render-test/linux-ignores.json @@ -1,5 +1,6 @@ { "render-tests/regressions/mapbox-gl-js#7066": "Failing with mbgl-render-test", - "render-tests/regressions/mapbox-gl-js#5642": "Failing with mbgl-render-test" + "render-tests/regressions/mapbox-gl-js#5642": "Failing with mbgl-render-test", + "render-tests/line-pattern/opacity": "Flaky on Linux: https://github.com/mapbox/mapbox-gl-native/issues/15320" } |