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

This commit is contained in:
Pierre Bourdon
2023-05-09 00:55:53 +02:00
parent acdf962047
commit be7f4699c2
@@ -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"
];