python3Packages.afdko: disable one more failing test on i686-linux

This commit is contained in:
Pierre Bourdon 2023-05-09 00:53:51 +02:00
parent acdf962047
commit be7f4699c2
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

@ -107,6 +107,7 @@ buildPythonPackage rec {
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
"test_dump_option"
"test_type1mm_inputs"
];