Merge pull request #41593 from erictapen/haskellPackages-http-link-header-disable-tests

haskellPackages.http-link-header: disable tests
This commit is contained in:
Peter Simons 2018-06-08 09:27:58 +02:00 committed by GitHub
commit 6bde64f6db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;