mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
These tests have started segfaulting randomly since upgrade from 24.10 to 25.04. It's a Ubuntu 25.04 specific issue, as the tests have been run on the Fedora CI (and older Ubuntu) for years without issue. At this stage the cause is unknown, but the failures are just noise and risk hiding real issues. Given that the Fedora CI is still running these tests then we don't have any drop in test coverage by blocking them from running on the Ubuntu builds.
24 lines
503 B
Plaintext
24 lines
503 B
Plaintext
# block list
|
|
test_gui_queryresultwidget
|
|
|
|
# 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
|
|
|
|
# Randomly segfault on Ubuntu 25.04, for unknown reasons
|
|
PyQgsServerApi
|
|
PyQgsServerWMS
|
|
PyQgsServerConfigCache
|