mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
notary: disable tests (for now)
I don't really know anything about the package; I just noticed the regression on hydra.nixos.org.
This commit is contained in:
parent
225b164cc3
commit
ba18b47c2a
|
@ -30,7 +30,7 @@ buildGoPackage rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
#doCheck = true; # broken by tzdata: 2018g -> 2019a
|
||||
checkPhase = ''
|
||||
make test PKGS=github.com/theupdateframework/notary/cmd/notary
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue