python3.pkgs.afdko: disable a test for i686

This commit is contained in:
Emery Hemingway 2022-04-04 15:15:17 -05:00 committed by Frederik Rietdijk
parent 963caec169
commit 42ab9c5136

View File

@ -91,6 +91,8 @@ buildPythonPackage rec {
# aarch64-only (?) failure, unknown reason so far
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
"test_type1mm_inputs"
];
passthru.tests = {