anki: Disable tests on darwin

+3
+3
pkgs/games/anki/default.nix
··· 128 # UTF-8 locale needed for testing 129 LC_ALL = "en_US.UTF-8"; 130 131 # - Anki writes some files to $HOME during tests 132 # - Skip tests using network 133 checkPhase = ''
··· 128 # UTF-8 locale needed for testing 129 LC_ALL = "en_US.UTF-8"; 130 131 + # tests fail with to many open files 132 + doCheck = !stdenv.isDarwin; 133 + 134 # - Anki writes some files to $HOME during tests 135 # - Skip tests using network 136 checkPhase = ''