civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit 62fd9d75535bd0de797adc7b1f280a7eb950acdf
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Oct 17 00:43:32 2021 +0200
gnu: guile-ics: Disable tests.
* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
---
gnu/packages/guile-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b161d33..93d899c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1823,6 +1823,9 @@ provides tight coupling to Guix.")
"GUILE_PKG([3.0 2.2 2.0])\n"))
#t))))
(build-system gnu-build-system)
+ ;; XXX: Tests expect 'test-runner-current' to not return #f after
+ ;; 'test-end', which is no longer the case in Guile 3.0.7.
+ (arguments '(#:tests? #f))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)