skip download test

This commit is contained in:
Shawn Smith
2021-04-25 21:58:18 +09:00
parent a11c355752
commit 5ba8d97b47

View File

@@ -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)
}
*/