From 33ffa1f88843e38749083edc339de91e6f8c1d68 Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Wed, 6 Jun 2018 17:40:35 +0200 Subject: [PATCH] haskellPackages.http-link-header: disable tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test Network.HTTP.Link, writeLinkHeader → parseLinkHeader, roundtrips successfully seems to flap, as I cannot reproduce the failure locally, but it occured on Hydra [0]. Also upstream is aware of the problem [1]. [0] https://hydra.nixos.org/build/75041105 [1] https://github.com/myfreeweb/http-link-header/issues/7 --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b92ba205b84..b24a4b0c2a4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -342,6 +342,7 @@ self: super: { HTF = dontCheck super.HTF; htsn = dontCheck super.htsn; htsn-import = dontCheck super.htsn-import; + http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105 ihaskell = dontCheck super.ihaskell; influxdb = dontCheck super.influxdb; itanium-abi = dontCheck super.itanium-abi;