mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: r-cvxr: Disable one test.
* gnu/packages/cran.scm (r-cvxr)[arguments]: Skip one test. Change-Id: Iae2b79fa101f89cb52e16121790fc38798f0fc4e
This commit is contained in:
committed by
Andreas Enge
parent
93cf0c54e3
commit
b63649a69c
@@ -19950,6 +19950,12 @@ contexts.")
|
||||
"13435gwqgdaw7xxxza5k9p10z2wjlw9x5d1znj03h44k6wm1jfy1"))))
|
||||
(properties `((upstream-name . "CVXR")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skipped-tests
|
||||
;; This test fails with an accuracy error.
|
||||
'(("test-g01-atoms.R"
|
||||
"test mixed_norm"))))
|
||||
(propagated-inputs
|
||||
(list r-bit64
|
||||
r-cli
|
||||
|
||||
Reference in New Issue
Block a user