Describe reasons for disabling tests

This commit is contained in:
David Baynard 2020-06-14 16:52:06 +01:00 committed by Peter Simons
parent a2caf7f309
commit 2ab43eafd4

View File

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