Skip to content

Commit b7a43f2

Browse files
committedApr 19, 2016
Disable processing GDAL test on OSX (keeps randomly failing)
1 parent efb84ea commit b7a43f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/travis/osx/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ echo $PATH
22

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.