Description: Skip TestClient in modules/client_test.go TestClient requires network access which is not allowed for Debian packaging. Author: Anthony Fok Origin: vendor Forwarded: not-needed Last-Update: 2019-08-04 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/modules/client_test.go +++ b/modules/client_test.go @@ -30,6 +30,7 @@ import ( ) func TestClient(t *testing.T) { + t.Skip("skip test as network access is not allowed during package build") modName := "hugo-modules-basic-test" modPath := "github.com/gohugoio/tests/" + modName expect := `github.com/gohugoio/tests/hugo-modules-basic-test github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0