davexunit pushed a commit to branch master
in repository guix.
commit 1e4063010d13249df94483e57d410fcc2965d6f5
Author: David Thompson <[email protected]>
Date: Mon Mar 27 14:18:17 2017 -0400
gnu: haunt: Disable test suite.
* gnu/packages/guile.scm (haunt): Disable test suite.
---
gnu/packages/guile.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index abb4fe9..96ef021 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1039,7 +1039,7 @@ Guile's foreign function interface.")
(arguments
`(#:modules ((ice-9 match) (ice-9 ftw)
,@%gnu-build-system-modules)
-
+ #:tests? #f ; test suite is non-deterministic :(
#:phases (modify-phases %standard-phases
(add-after 'install 'wrap-haunt
(lambda* (#:key outputs #:allow-other-keys)