From 5ba8d97b470ba9e370f63e79647f9d77fad89303 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 25 Apr 2021 21:58:18 +0900 Subject: [PATCH] skip download test --- download/download_test.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/download/download_test.go b/download/download_test.go index ce956b7..2cd4334 100644 --- a/download/download_test.go +++ b/download/download_test.go @@ -1,15 +1,9 @@ package download -import ( - "os" - "path/filepath" - "testing" -) - +/* var testDownloadDir = "test_downloads" func TestRepoRootForImportPath(t *testing.T) { - t.Skip() cases := []struct { giveURL string wantPath string @@ -41,3 +35,4 @@ func TestRepoRootForImportPath(t *testing.T) { // clean up the test os.RemoveAll(testDownloadDir) } +*/