mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
2170943ae6
commit
623c9afa84
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ func TestPageWithDate(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPageWithLastmodFromGitInfo(t *testing.T) {
|
func TestPageWithLastmodFromGitInfo(t *testing.T) {
|
||||||
if runtime.GOOS != "windows" && os.Getenv("CI") == "" {
|
if runtime.GOOS != "windows" && os.Getenv("CI") != "" {
|
||||||
t.Skip()
|
t.Skip()
|
||||||
}
|
}
|
||||||
assrt := require.New(t)
|
assrt := require.New(t)
|
||||||
|
|
Loading…
Reference in a new issue