Describe reasons for disabling tests

wip/yesman
David Baynard 4 years ago committed by Peter Simons
parent a2caf7f309
commit 2ab43eafd4
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1484,7 +1484,9 @@ self: super: {
dhall = self.dhall_1_30_0;
};
# Stack
# Necessary for stack
# x509-validation test suite hangs: upstream https://github.com/vincenthz/hs-certificate/issues/120
# tls test suite fails: upstream https://github.com/vincenthz/hs-tls/issues/434
x509-validation = dontCheck super.x509-validation;
tls = dontCheck super.tls;

Loading…
Cancel
Save