dico: disable tests on darwin

This commit is contained in:
Weijia Wang 2023-12-05 00:48:31 +01:00
parent 096b752393
commit 33b1ba774c
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
strictDeps = true;
doCheck = true;
# ERROR: All 188 tests were run, 90 failed unexpectedly.
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "Flexible dictionary server and client implementing RFC 2229";