ocamlPackages.ca-certs: disable test suite expecting nss db

nss-cacert has updated a few certificates, including Google's which
breaks the test suite of ca-certs expecting the old version.

+2 -1
+2 -1
pkgs/development/ocaml-modules/ca-certs/default.nix
··· 18 18 19 19 propagatedBuildInputs = [ bos fpath rresult ptime mirage-crypto x509 astring logs ]; 20 20 21 - doCheck = true; 21 + # Assumes nss-cacert < 3.74 https://github.com/mirage/ca-certs/issues/21 22 + doCheck = false; 22 23 checkInputs = [ 23 24 cacert # for /etc/ssl/certs/ca-bundle.crt 24 25 alcotest