Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable processing GDAL test on OSX (keeps randomly failing)
  • Loading branch information
nyalldawson committed Apr 19, 2016
1 parent efb84ea commit b7a43f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/osx/script.sh
Expand Up @@ -2,5 +2,5 @@ echo $PATH

export PATH=/usr/bin:${PATH}

ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer' -S ./qgis-test-travis.ctest --output-on-failure
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer|ProcessingGdalAlgorithmsTest' -S ./qgis-test-travis.ctest --output-on-failure

0 comments on commit b7a43f2

Please sign in to comment.