mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-qs: Skip another test.
* gnu/packages/cran.scm (r-qs)[arguments]: Remove qattributes_testing.R. Change-Id: Ia2b6cb3c9ed959ff3c42c0bd52cae1615d0bd319
This commit is contained in:
parent
36d0937fa3
commit
78b6d472be
1 changed files with 6 additions and 2 deletions
|
|
@ -55013,10 +55013,14 @@ package.")
|
|||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; XXX: tests/correctness_testing.R aborts when doing a data.frame test.
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
(delete-file "tests/correctness_testing.R"))))))
|
||||
;; XXX: tests/correctness_testing.R aborts when doing a
|
||||
;; data.frame test.
|
||||
(delete-file "tests/correctness_testing.R")
|
||||
;; XXX: one data frame test fails with:
|
||||
;; Error: attributes_serialize_identical(z, x1) is not TRUE
|
||||
(delete-file "tests/qattributes_testing.R"))))))
|
||||
(inputs (list lz4 zlib (list zstd "lib")))
|
||||
(propagated-inputs
|
||||
(list r-bh r-rapiserialize r-rcpp r-stringfish))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue