diff --git a/download/download_test.go b/download/download_test.go index 2b73fef..ce956b7 100644 --- a/download/download_test.go +++ b/download/download_test.go @@ -9,6 +9,7 @@ import ( var testDownloadDir = "test_downloads" func TestRepoRootForImportPath(t *testing.T) { + t.Skip() cases := []struct { giveURL string wantPath string