3
0
Fork 0
forked from mirrors/nixpkgs

dendrite: disable tests

This commit is contained in:
Winter 2022-08-19 17:51:26 -04:00
parent 132794f7af
commit df4e0c3e64

View file

@ -14,6 +14,9 @@ buildGoModule rec {
vendorSha256 = "sha256-tgVImIfn1lPTYGXczoAxVta3L+VR0v13KowLIYQ7bwY=";
# some tests are racy, re-enable once upstream has fixed them
doCheck = false;
checkInputs = [
postgresqlTestHook
postgresql