haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

x509-validation test hangs #120

Open dbaynard opened 4 years ago

dbaynard commented 4 years ago

Hi,

stack --resolver=lts-16.0 test x509-validation results in the test hanging. Likewise with lts-15.16, and cabal test x509-validation (for those same dependencies lts-16.0 and lts-15.16). I tried running disjoint subsets of the tests but they all hang.

This has caused some issues with NixOS/nixpkgs#90032 — I'll suggest they disable the tests but it would be good to get this resolved anyway.