python313Packages.pillow-heif: disable failing test

Pillow since 11.2.0 comes with AVIF support, but apparently something is
wrong with its EXIF support.

+2
+2
pkgs/development/python-modules/pillow-heif/default.nix
··· 84 84 [ 85 85 # Time based 86 86 "test_decode_threads" 87 + # Missing EXIF info on WEBP-AVIF variant 88 + "test_exif_from_pillow" 87 89 ] 88 90 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 89 91 # https://github.com/bigcat88/pillow_heif/issues/89