QGIS/.ci/test_blocklist.txt
Denis Rouzaud 38d89fc16f [cmake] use single macro QGIS_ADD_TEST and modernize cmake code
all duplication of the macro have been removed
the test targets are now named test_[module]_[test-name] which helps to sort them in QGIS
2021-06-21 07:27:45 +02:00

25 lines
504 B
Plaintext

# black list
PyQgsLocalServer
PyQgsPalLabelingServer
qgis_composerutils
PyQgsAppStartup
# code layout tests are run on separate build
qgis_spelling
qgis_sipify
qgis_sip_include
qgis_sip_uptodate
# Need a local postgres installation
PyQgsAuthManagerOgrPostgresTest
PyQgsDbManagerPostgis
# Needs an OpenCL device, the library is not enough
test_core_openclutils
# Relies on a broken/unreliable 3rd party service
test_core_layerdefinition
# MSSQL requires the MSSQL docker
PyQgsProviderConnectionMssql