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
This commit is contained in:
parent
19b4ec986a
commit
33ffa1f888
@ -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…
Reference in New Issue
Block a user