Describe reasons for disabling tests
This commit is contained in:
parent
a2caf7f309
commit
2ab43eafd4
@ -1484,7 +1484,9 @@ self: super: {
|
|||||||
dhall = self.dhall_1_30_0;
|
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;
|
x509-validation = dontCheck super.x509-validation;
|
||||||
tls = dontCheck super.tls;
|
tls = dontCheck super.tls;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user