summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com>2019-08-07 07:36:38 +0300
committerAleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com>2019-08-07 10:26:39 +0300
commit75f1c72618ab8c7cc16f31b10207ea9c00447ca4 (patch)
tree7394fe0c20a17ec31f5c67262908c1cde0d7adec
parentb5d71fbca00d2aac00ff59165178b5bde91bd838 (diff)
downloadqtlocation-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.json3
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"
}