1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-qs: Skip another test.

* gnu/packages/cran.scm (r-qs)[arguments]: Remove qattributes_testing.R.

Change-Id: Ia2b6cb3c9ed959ff3c42c0bd52cae1615d0bd319
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-15 12:49:36 +01:00
committed by Rutherther
parent 8996e7cfc3
commit 8762fea566

View File

@@ -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))