ocamlPackages.carton-lwt: disable tests

This commit is contained in:
Vincent Laporte 2023-06-23 08:43:42 +02:00
parent 3ae20aa58a
commit 5183c8d21d
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -21,7 +21,9 @@ buildDunePackage {
bigstringaf
];
doCheck = true;
# Tests fail with git 2.41
# see https://github.com/mirage/ocaml-git/issues/617
doCheck = false;
nativeCheckInputs = [
git-binary
];