summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-06-06 17:40:35 +0200
committerJustin Humm <justin.humm@posteo.de>2018-06-06 18:42:17 +0200
commit33ffa1f88843e38749083edc339de91e6f8c1d68 (patch)
treed85d1c0aa5323958a39fa03917e263dc64afd861 /pkgs/development/haskell-modules/configuration-common.nix
parent19b4ec986a9efcbd0a3dca9141ef429d496e9f44 (diff)
downloadnixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar.gz
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar.bz2
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar.lz
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar.xz
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.tar.zst
nixlib-33ffa1f88843e38749083edc339de91e6f8c1d68.zip
haskellPackages.http-link-header: disable tests
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
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b92ba205b843..b24a4b0c2a46 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;