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")