mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
skip download test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user