diff --git a/pkgs/development/ocaml-modules/carton/lwt.nix b/pkgs/development/ocaml-modules/carton/lwt.nix index 03333deff67a..cf07eca552ba 100644 --- a/pkgs/development/ocaml-modules/carton/lwt.nix +++ b/pkgs/development/ocaml-modules/carton/lwt.nix @@ -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 ];