hugo/0005-skip-modules-TestClient.patch
Robert-André Mauchin 3291efb99c
Update to 0.80.0
Close: rhbz#1856494

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2021-01-19 17:11:54 +01:00

19 lines
714 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
@@ -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