forked from mirrors/nixpkgs
dendrite: disable tests
This commit is contained in:
parent
132794f7af
commit
df4e0c3e64
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue