Merge pull request #218897 from wegank/mailutils-darwin

mailutils: disable tests on darwin
This commit is contained in:
Weijia Wang 2023-03-01 08:58:06 +02:00 committed by GitHub
commit 43b983d238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
++ lib.optional (!guileSupport) "--without-guile";
nativeCheckInputs = [ dejagnu ];
doCheck = true;
doCheck = !stdenv.isDarwin; # ERROR: All 46 tests were run, 46 failed unexpectedly.
doInstallCheck = false; # fails
preCheck = ''