diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-28 20:07:52 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:23:39 -0500 |
commit | dca73a742c1f67683729eff80fd0ef13f0748052 (patch) | |
tree | 552551f813b808304a63c05dcc89d395ebcd5608 /gnu/packages | |
parent | 5a52e86eb4faf512087c84e3e4afe9b294a3b1dc (diff) | |
download | patches-dca73a742c1f67683729eff80fd0ef13f0748052.tar patches-dca73a742c1f67683729eff80fd0ef13f0748052.tar.gz |
Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"
This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index cac976ccf8..e92d78c88a 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -186,10 +186,6 @@ in the Mozilla clients.") (define-public nss (package (name "nss") - ;; FIXME: NSS 3.27.2 fails its tests on armhf. At least some of the test - ;; failures appear to be caused by test certificates that have expired. - ;; Search the test suite output for 'PayPalEE.cert' for an example: - ;; <https://hydra.gnu.org/build/1712083> (version "3.27.1") (source (origin (method url-fetch) |