gdal: disable test_pdf_extra_rasters test

The poppler bump from 24.02.0 to 25.05.0
(bca7bc52d3) broke this test on aarch64
builds.

https://github.com/OSGeo/gdal/pull/11805 suggests this isnt the first
time, so let's disable this test.

See https://github.com/NixOS/nixpkgs/pull/405646#issuecomment-2874411016
for more context.
This commit is contained in:
Florian Klink 2025-05-14 00:43:53 +03:00
parent 21279e28e9
commit e376018b98

View file

@ -286,6 +286,9 @@ stdenv.mkDerivation (finalAttrs: {
"test_vsioss_6"
# flaky?
"test_tiledb_read_arbitrary_array"
# tests for magic numbers, seem to change with different poppler versions,
# and architectures
"test_pdf_extra_rasters"
]
++ lib.optionals (!stdenv.hostPlatform.isx86_64) [
# likely precision-related expecting x87 behaviour