guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/14: gnu: imp: Disable tests.


From: guix-commits
Subject: 06/14: gnu: imp: Disable tests.
Date: Wed, 8 Dec 2021 08:33:41 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 738f22fa064ba63c24838d4fe1f69c23582c0adf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 12:26:11 2021 +0100

    gnu: imp: Disable tests.
    
    * gnu/packages/bioinformatics.scm (imp)[arguments]: Disable unreliable test
    suite.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 69c59d9..41b3cd9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9380,7 +9380,8 @@ programs for inferring phylogenies (evolutionary trees).")
          "05hsrnkpkajppa3f45x4qsarnkj616hlby749zxg4is3bv4i6b5y"))))
     (build-system cmake-build-system)
     (arguments
-     `( ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
+     `(#:tests? #false ; The test suite is notoriously fickle
+       ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
        ;; below to have an effect.
        #:cmake ,cmake
        #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]