gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.

* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked)[arguments]:
Disable tests on i686-linux.
This commit is contained in:
Timothy Sample 2019-11-08 02:25:25 -05:00
parent b4a00fecfd
commit 81b228ed14
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -532,6 +532,11 @@ (define-public ghc-bsb-http-chunked
(base32
"0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
(build-system haskell-build-system)
(arguments
`(;; XXX: As of 0.0.4, one property test ("Identical output as Blaze")
;; fails on i686-linux.
#:tests? ,(not (string-prefix? "i686" (or (%current-target-system)
(%current-system))))))
(native-inputs
`(("ghc-attoparsec" ,ghc-attoparsec)
("ghc-blaze-builder" ,ghc-blaze-builder)