Commit e376018b authored by Florian Klink's avatar Florian Klink
Browse files

gdal: disable test_pdf_extra_rasters test

The poppler bump from 24.02.0 to 25.05.0
(bca7bc52) 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.
parent 21279e28
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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