3291efb99c
Close: rhbz#1856494 Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
21 lines
683 B
Diff
21 lines
683 B
Diff
Description: Skip TestHugoModulesTargetInSubFolder in hugolib/hugo_modules_test.go
|
|
TestHugoModulesTargetInSubFolder requires network access which is
|
|
not allowed during Debian package build.
|
|
Author: Anthony Fok <foka@debian.org>
|
|
Origin: vendor
|
|
Forwarded: not-needed
|
|
Last-Update: 2020-02-27
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
--- a/hugolib/hugo_modules_test.go
|
|
+++ b/hugolib/hugo_modules_test.go
|
|
@@ -41,6 +41,7 @@ import (
|
|
)
|
|
|
|
func TestHugoModulesVariants(t *testing.T) {
|
|
+ t.Skip("Skip test as network is inaccessible during package build")
|
|
if !htesting.IsCI() {
|
|
t.Skip("skip (relative) long running modules test when running locally")
|
|
}
|
|
|