Skip to content

Commit

Permalink
(Hopefully temporarily) disable PG Raster tests on Travis
Browse files Browse the repository at this point in the history
This test is failing on master builds, causing timeouts during
the sql data load step and resulting in build failures on the
master branch. The consequence is that build caching on Travis
is broken, resulting in increasingly lengthy test build times.
  • Loading branch information
nyalldawson committed Jan 28, 2020
1 parent 531ba0d commit 255e4ed
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 72 deletions.
3 changes: 3 additions & 0 deletions .ci/travis/linux/scripts/test_blacklist.txt
Expand Up @@ -15,6 +15,9 @@ PyQgsAuthManagerPKIPostgresTest
PyQgsAuthManagerOgrPostgresTest
PyQgsDbManagerPostgis

# Broken on master builds due to failure while loading pg raster test data
PyQgsPostgresRasterProvider

# Needs an OpenCL device, the library is not enough
qgis_openclutilstest

Expand Down

0 comments on commit 255e4ed

Please sign in to comment.