gnu: psautohint: Disable flaky tests.

* gnu/packages/fontutils.scm (psautohint)[arguments]: Disable tests
test_hashmap_no_version and test_hashmap_old_version.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Hilton Chain 2023-09-26 23:08:44 +08:00 committed by Tobias Geerinckx-Rice
parent 848db3c718
commit b268842ec4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -789,9 +789,18 @@ (define-public psautohint
(build-system pyproject-build-system)
(arguments
(list
;; The CJKSparseVar.subset.hinted.otf test fails with slightly different
;; output caused by the newer fonttools version used in Guix.
#:test-flags #~(list "-k" "not CJKSparseVar.subset.hinted.otf")
#:test-flags
#~(list "-k"
(string-join
'(;; The CJKSparseVar.subset.hinted.otf test fails with slightly
;; different output caused by the newer fonttools version used
;; in Guix.
"not CJKSparseVar.subset.hinted.otf"
;; These tests fails underministically, See also:
;; https://github.com/adobe-type-tools/afdko/issues/1678
"not test_hashmap_no_version"
"not test_hashmap_old_version")
" and "))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'copy-font-data