From 47d9db1b1c0bca3d62ad4770e921a77f685c2a19 Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Tue, 7 Mar 2017 00:01:27 -0800 Subject: Disable helper/pgpkeys tests because they try to talk to keybase.io --- vault.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vault.spec b/vault.spec index a9f9893..2780ed8 100644 --- a/vault.spec +++ b/vault.spec @@ -438,7 +438,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %gotest %{import_path}/helper/kv-builder %gotest %{import_path}/helper/mfa %gotest %{import_path}/helper/mfa/duo -%gotest %{import_path}/helper/pgpkeys +# pgpkeys tests try to talk to keybase.io +# %gotest %{import_path}/helper/pgpkeys %gotest %{import_path}/helper/salt %gotest %{import_path}/helper/xor %gotest %{import_path}/http -- cgit