python3.pkgs.afdko: disable a test for i686
This commit is contained in:
parent
963caec169
commit
42ab9c5136
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue