From 7111a3d79dc3b46480e25f052ec7386875d820ae Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Tue, 24 Mar 2009 15:42:24 +0000
Subject: [PATCH] * 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(+)

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;
 }