mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
15 lines
447 B
Diff
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")
|