Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable PyQgsServer test on OSX Travis
Test fails with
Fatal Python error: PyThreadState_Get: no current thread
CMake Error at PyQgsServer.cmake:22 (MESSAGE):
  Test failed: Child aborted
  • Loading branch information
nyalldawson committed Aug 12, 2015
1 parent a89550a commit 6da3492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/script-osx.sh
@@ -1,2 +1,2 @@
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer' -S ./qgis-test-travis.ctest --output-on-failure

0 comments on commit 6da3492

Please sign in to comment.