python3.pkgs.afdko: disable a test for i686

This commit is contained in:
Emery Hemingway
2022-04-07 08:34:51 +02:00
committed by Frederik Rietdijk
parent 963caec169
commit 42ab9c5136
@@ -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 = {