Skip to content

Commit 6da3492

Browse files
committed
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
1 parent a89550a commit 6da3492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/script-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest' -S ./qgis-test-travis.ctest --output-on-failure
1+
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer' -S ./qgis-test-travis.ctest --output-on-failure
22

0 commit comments

Comments
 (0)