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:
Vladimír Čunát 2019-03-31 18:02:56 +02:00
parent 225b164cc3
commit ba18b47c2a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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
'';