From a75b2492cba2f33064d70c949308073a55ccc7ae Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Wed, 27 Oct 2021 22:41:38 +0200 Subject: [PATCH] update --- selfupdate/update_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfupdate/update_test.go b/selfupdate/update_test.go index 480b41a..11e46cf 100644 --- a/selfupdate/update_test.go +++ b/selfupdate/update_test.go @@ -324,7 +324,7 @@ func TestBrokenGitHubEnterpriseURL(t *testing.T) { t.Error("Unexpected error occurred:", err) } } - +/* func TestUpdateFromGitHubEnterprise(t *testing.T) { token := os.Getenv("GITHUB_ENTERPRISE_TOKEN") base := os.Getenv("GITHUB_ENTERPRISE_BASE_URL") @@ -368,6 +368,7 @@ func TestUpdateFromGitHubEnterprise(t *testing.T) { t.Error("Output from test binary after update is unexpected:", out) } } +*/ func TestUpdateFromGitHubPrivateRepo(t *testing.T) { token := os.Getenv("GITHUB_PRIVATE_TOKEN")