mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
Blocklist fragile server tests on Ubuntu CI
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.
This commit is contained in:
parent
3c3a6069c7
commit
5f320b4369
@ -16,3 +16,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user