hugo/0005-skip-modules-TestClient.patch
Robert-André Mauchin abc68b1525
Update to 0.75.1
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2020-09-18 06:30:52 +02:00

20 lines
717 B
Diff

Description: Skip TestClient in modules/client_test.go
TestClient requires network access which is not allowed for Debian packaging.
Author: Anthony Fok <foka@debian.org>
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
@@ -27,7 +27,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