* Disabled make check in DBD::SQLite; see

http://hydra.nixos.org/build/5767/nixlog/3.

svn path=/nixpkgs/trunk/; revision=14688
This commit is contained in:
Eelco Dolstra 2009-03-24 15:42:24 +00:00
parent b05625498b
commit 7111a3d79d

View File

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