From 28188fca3a6f56fc2d21485f0e14934901665cba Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Dec 2013 11:15:51 +0100 Subject: [PATCH] Cache::Memory: Disable tests These can time out under load. http://hydra.nixos.org/build/7214262 --- pkgs/top-level/perl-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 6873e2145441..8d17c6c20f1b 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -439,6 +439,7 @@ rec { sha256 = "1zykapgl9lxnlx79xfghzb26qimhry94xfxfyswwfhra1ywd9yyg"; }; propagatedBuildInputs = [ TimeDate DBFile DigestSHA1 FileNFSLock HeapFibonacci IOString ]; + doCheck = false; # can time out meta = { maintainers = with maintainers; [ ocharles ]; platforms = stdenv.lib.platforms.unix;