guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libdbi-drivers: Disable tests that get stuck


From: guix-commits
Subject: branch master updated: gnu: libdbi-drivers: Disable tests that get stuck forever.
Date: Wed, 03 Feb 2021 12:08:51 -0500

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4e902da  gnu: libdbi-drivers: Disable tests that get stuck forever.
4e902da is described below

commit 4e902da60c84059413b838acf1dfd39c3aa73ec6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Feb 3 18:01:54 2021 +0100

    gnu: libdbi-drivers: Disable tests that get stuck forever.
    
    * gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e24eb20..e0577f1 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -37,7 +37,7 @@
 ;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
 ;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
@@ -4010,6 +4010,7 @@ simultaneous database connections by using this 
framework.")
                "--with-sqlite3"
                (string-append "--with-sqlite-incdir=" sqlite "/include")
                (string-append "--with-sqlite-libdir=" sqlite "/lib")))
+       #:tests? #f  ; FIXME: Find why the tests get stuck forever.
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests



reply via email to

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