gnu: mit-krb5: Disable tests on i686.

* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Add #:tests?.
This commit is contained in:
Ludovic Courtès 2016-06-28 14:10:02 +02:00
parent de1b319dbf
commit d9ecec9b87
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -51,6 +51,10 @@ (define-public mit-krb5
;; Likewise with tests.
#:parallel-tests? #f
;; XXX: On i686, 'kdb5_util' hangs on an fcntl/F_SETLKW call while
;; running the tests in 'src/tests'.
#:tests? ,(not (string=? (%current-system) "i686-linux"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'enter-source-directory