guix_mirror_bot pushed a commit to branch master in repository guix. commit f0393bbeb6fcfaf624b37bff107dea528567640e Author: Guillaume Le Vaillant <g...@posteo.net> AuthorDate: Wed Aug 20 13:28:42 2025 +0200
gnu: qgis: Disable a test. * gnu/packages/geo.scm (qgis)[arguments]: Add test_core_authcertutils to the list of disabled tests. Fixes: guix/guix#723 Change-Id: Id2b72c379a223ecbc4c5bb6db45c5bd5015a6091 --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 98a26fbb1f..6d019640fd 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3494,6 +3494,7 @@ growing set of geoscientific methods.") "ProcessingGrassAlgorithmsRasterTestPt2" "ProcessingGrassAlgorithmsVectorTest" "ProcessingGrassAlgsPostgreRasterProvider" + "test_core_authcertutils" "test_core_authconfig" "test_core_authmanager" "test_core_compositionconverter"