1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/hugo/skip-git-tests.patch
2022-11-02 04:10:04 +01:00

15 lines
447 B
Diff

Reason: Remove git-related tests
Upstream: No
diff --git a/hugolib/page_test.go b/hugolib/page_test.go
index 96b16c66..3df02dc1 100644
--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -779,6 +779,7 @@ func TestPageWithDate(t *testing.T) {
}
func TestPageWithLastmodFromGitInfo(t *testing.T) {
+ t.Skip("git lol")
if htesting.IsCI() {
// TODO(bep) figure out why this fails on GitHub actions.
t.Skip("Skip GitInfo test on CI")