From c55b5eb245198cf3fa58e477a301c90f754f6682 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jan 2015 00:10:12 +0100 Subject: [PATCH] haskell-ng: disable some test suites that run forever --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8e97a3b2697..6e7aa621da1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -341,6 +341,10 @@ self: super: { # Needs access to locale data, but looks for it in the wrong place. scholdoc-citeproc = dontCheck super.scholdoc-citeproc; + # These test suites run for ages, even on a fast machine. This is nuts. + Random123 = dontCheck super.Random123; + systemd = dontCheck super.systemd; + } // { # Not on Hackage yet.