mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
The mssql odbc driver is proving very crashy on the Travis docker image. Revisit when the docker image is upgraded
34 lines
758 B
Plaintext
34 lines
758 B
Plaintext
# black list
|
|
PyQgsJsonUtils
|
|
PyQgsLocalServer
|
|
PyQgsPalLabelingServer
|
|
qgis_composermapgridtest
|
|
qgis_composerutils
|
|
PyQgsAppStartup
|
|
|
|
# code layout tests are run on separate build
|
|
qgis_spelling
|
|
qgis_sipify
|
|
qgis_sip_include
|
|
qgis_sip_uptodate
|
|
|
|
# flaky
|
|
qgis_filedownloader
|
|
qgis_openstreetmaptest
|
|
qgis_wcsprovidertest
|
|
PyQgsWFSProviderGUI
|
|
qgis_ziplayertest
|
|
|
|
# Flaky, see https://dash.orfeo-toolbox.org/testDetails.php?test=63061783&build=297405
|
|
PyQgsSpatialiteProvider
|
|
|
|
# Flaky, the ms odbc driver crashes a lot on the ubuntu docker image. Retest when
|
|
# the docker base image is upgraded
|
|
PyQgsMssqlProvider
|
|
|
|
# Need a local postgres installation
|
|
PyQgsAuthManagerPKIPostgresTest
|
|
PyQgsAuthManagerPasswordPostgresTest
|
|
PyQgsAuthManagerOgrPostgresTest
|
|
PyQgsDbManagerPostgis
|