gnu: czmq: Disable the zarmour self test, which fails.
* gnu/packages/networking.scm (czmq)[phases]{patch-tests}: Disable the zarmour self test. Harmonize comments. Drop the FIXME comment; it is for upstream, not Guix.
This commit is contained in:
parent
18a29cb361
commit
1210a88546
@ -900,10 +900,14 @@ more.")
|
|||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'patch-tests
|
(add-before 'check 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; XXX FIXME: Disable the zproc test, which fails on some
|
|
||||||
;; hardware: <https://github.com/zeromq/czmq/issues/2007>.
|
|
||||||
(substitute* "src/czmq_selftest.c"
|
(substitute* "src/czmq_selftest.c"
|
||||||
|
;; Disable the zproc test, which fails on some hardware
|
||||||
|
;; (see: https://github.com/zeromq/czmq/issues/2007).
|
||||||
(("\\{ \"zproc\", zproc_test.*")
|
(("\\{ \"zproc\", zproc_test.*")
|
||||||
|
"")
|
||||||
|
;; Also disable the zarmour test, which fails as well
|
||||||
|
;; (see: https://github.com/zeromq/czmq/issues/2125).
|
||||||
|
(("\\{ \"zarmour\", zarmour_test.*")
|
||||||
""))
|
""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user