Skip to content

Commit e1654b7

Browse files
committed
Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally, normally or under Valgrind. Trying to run it under Valgrind on Travis runners does not succeed: https://travis-ci.org/rouault/Quantum-GIS/builds/168674938 So blacklist for now
1 parent a1bff29 commit e1654b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/travis/linux/qt4/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
2424
chmod -R ugo-w ~/.ccache
2525
fi
2626

27-
xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|qgis_ziplayertest' -S ./qgis-test-travis.ctest --output-on-failure
27+
xvfb-run ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|qgis_ziplayertest|PyQgsDBManagerGpkg' -S ./qgis-test-travis.ctest --output-on-failure

ci/travis/linux/qt5/blacklist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ qgis_composermapgridtest
1616
qgis_composerutils
1717
ProcessingGrass7AlgorithmsImageryTest
1818
ProcessingGrass7AlgorithmsRasterTest
19+
PyQgsDBManagerGpkg

0 commit comments

Comments
 (0)