From 2ab43eafd4b0bbd880e06bc10000c0251c0d8735 Mon Sep 17 00:00:00 2001 From: David Baynard Date: Sun, 14 Jun 2020 16:52:06 +0100 Subject: Describe reasons for disabling tests --- pkgs/development/haskell-modules/configuration-common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 39727e1d7b5..a94c3f07808 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1484,7 +1484,9 @@ self: super: { dhall = self.dhall_1_30_0; }; - # Stack + # Necessary for stack + # x509-validation test suite hangs: upstream https://github.com/vincenthz/hs-certificate/issues/120 + # tls test suite fails: upstream https://github.com/vincenthz/hs-tls/issues/434 x509-validation = dontCheck super.x509-validation; tls = dontCheck super.tls; -- cgit 1.4.1