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
wip/yesman
Justin Humm 6 years ago
parent 19b4ec986a
commit 33ffa1f888
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2
  1. 1
      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;

Loading…
Cancel
Save