This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch r-team
in repository guix.

The following commit(s) were added to refs/heads/r-team by this push:
     new f10b780c5d gnu: r-msnid: Disable one test.
f10b780c5d is described below

commit f10b780c5d119bdbd8485942f56bb1d0d96a7e26
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 15 11:17:40 2026 +0100

    gnu: r-msnid: Disable one test.
    
    * gnu/packages/bioconductor.scm (r-msnid)[arguments]: Add phase
    'disable-bad-tests.
    
    Change-Id: I188a069530c1aa7da663b438a079b736866e8bb5
---
 gnu/packages/bioconductor.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1363e42a6d..b49265e34e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11950,7 +11950,12 @@ of mass spectrometry based proteomics data.")
       '(modify-phases %standard-phases
          ;; Needed for r-r-cache
          (add-after 'unpack 'set-HOME
-           (lambda _ (setenv "HOME" "/tmp"))))))
+           (lambda _ (setenv "HOME" "/tmp")))
+         (add-after 'unpack 'disable-bad-tests
+           (lambda _
+             ;; This checks for a file hash.
+             (substitute* "inst/unitTests/test_data_load.R"
+               (("test_data_load_mzR") "skip_test_data_load_mzR")))))))
     (propagated-inputs
      (list r-annotationdbi
            r-annotationhub

Reply via email to