gdalMinimal: skip test_zarr_read_simple_sharding (#540826)

This commit is contained in:
dotlambda
2026-07-13 14:32:36 +00:00
committed by GitHub

View File

@@ -309,6 +309,11 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals (!usePoppler) [
"test_pdf_jpx_compression"
]
++ lib.optionals (!useNetCDF) [
# writes the Zarr tile-presence cache (.gmac) via the netCDF driver, which
# is absent in the minimal build
"test_zarr_read_simple_sharding"
];
postCheck = ''
popd # autotest