mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 04:59:15 -04:00
Revert "Disable failing test on Travis"
This reverts commit 2170943ae6e4bcbbcb9cfad244fec5da8c1d6462 and commit 623c9afa8409855ccfd7b000ae7c6780b780a5af.
This commit is contained in:
parent
2817e84240
commit
e84b7ade65
@ -18,7 +18,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"html/template"
|
"html/template"
|
||||||
"os"
|
"os"
|
||||||
"runtime"
|
|
||||||
|
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"reflect"
|
"reflect"
|
||||||
@ -912,9 +911,6 @@ func TestPageWithDate(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestPageWithLastmodFromGitInfo(t *testing.T) {
|
func TestPageWithLastmodFromGitInfo(t *testing.T) {
|
||||||
if runtime.GOOS != "windows" && os.Getenv("CI") != "" {
|
|
||||||
t.Skip()
|
|
||||||
}
|
|
||||||
assrt := require.New(t)
|
assrt := require.New(t)
|
||||||
|
|
||||||
// We need to use the OS fs for this.
|
// We need to use the OS fs for this.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user