Skip to content

Commit

Permalink
Exclude PyQgsPalLabelingCanvas test because of Segfault on test server
Browse files Browse the repository at this point in the history
It seems that there is still a thread running when QgsApplication exits.

Error message:
QThreadStorage: Thread 0x16e29f0 exited after QThreadStorage 6 destroyed
  • Loading branch information
m-kuhn committed Nov 14, 2014
1 parent f0efa6d commit fdde590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,4 +14,4 @@ before_script:
- cmake -DWITH_MAPSERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
- make -j2

script: xvfb-run ctest -j2 --output-on-failure -D Experimental
script: xvfb-run ctest -j2 --output-on-failure -E PyQgsPalLabelingCanvas -D Experimental

0 comments on commit fdde590

Please sign in to comment.