push
github
CI: disable MSSQL Docker based testing This has become unreliable lately with failures like in https://github.com/OSGeo/gdal/actions/runs/10930480309/job/30377732865?pr=10840 ``` + docker exec -t gdal-sql1 /opt/mssql-tools/bin/sqlcmd -l 30 -S localhost -U SA -P DummyPassw0rd -Q CREATE DATABASE TestDB Error response from daemon: container fba0406fde000ba318ff1045c400d1b43 is not running ``` Although I can't reproduce the error locally
537353 of 776642 relevant lines covered (69.19%)
210944.93 hits per line