mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
gdalMinimal: skip test_zarr_read_simple_sharding (#540826)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user