lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

openldap: disable failing test

ajs124 66e6f6f8 017fd895

+2
+2
pkgs/development/libraries/openldap/default.nix
··· 92 92 preCheck = '' 93 93 substituteInPlace tests/scripts/all \ 94 94 --replace "/bin/rm" "rm" 95 + # fails saying "SASL(-1): generic failure: internal error: failed to init cipher 'rc4'" 96 + rm tests/scripts/test076-authid-rewrite 95 97 ''; 96 98 97 99 doCheck = true;