summary refs log tree commit diff
path: root/pkgs/development/perl-modules/DBD-SQLite
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-24 15:42:24 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-24 15:42:24 +0000
commit7111a3d79dc3b46480e25f052ec7386875d820ae (patch)
tree25498d80e8622b0f3c8fc13d40d5d474b3264330 /pkgs/development/perl-modules/DBD-SQLite
parentb05625498b2090244774d8e9e680fcb4013a6e61 (diff)
downloadnixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar.gz
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar.bz2
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar.lz
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar.xz
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.tar.zst
nixpkgs-7111a3d79dc3b46480e25f052ec7386875d820ae.zip
* Disabled make check in DBD::SQLite; see
  http://hydra.nixos.org/build/5767/nixlog/3.

svn path=/nixpkgs/trunk/; revision=14688
Diffstat (limited to 'pkgs/development/perl-modules/DBD-SQLite')
-rw-r--r--pkgs/development/perl-modules/DBD-SQLite/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/perl-modules/DBD-SQLite/default.nix b/pkgs/development/perl-modules/DBD-SQLite/default.nix
index 3aa6a9486a0..009c2693350 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;
 }