From 7111a3d79dc3b46480e25f052ec7386875d820ae Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Mar 2009 15:42:24 +0000 Subject: * Disabled make check in DBD::SQLite; see http://hydra.nixos.org/build/5767/nixlog/3. svn path=/nixpkgs/trunk/; revision=14688 --- pkgs/development/perl-modules/DBD-SQLite/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/perl-modules/DBD-SQLite') diff --git a/pkgs/development/perl-modules/DBD-SQLite/default.nix b/pkgs/development/perl-modules/DBD-SQLite/default.nix index 3aa6a9486a07..009c26933504 100644 --- a/pkgs/development/perl-modules/DBD-SQLite/default.nix +++ b/pkgs/development/perl-modules/DBD-SQLite/default.nix @@ -16,4 +16,8 @@ buildPerlPackage { # Prevent segfaults in case of timeouts. ./reset.patch ]; + + # Disabled because the tests can randomly fail due to timeouts + # (e.g. "database is locked(5) at dbdimp.c line 402 at t/07busy.t"). + doCheck = false; } -- cgit 1.4.1