Revert "Disable failing test on Travis"

This reverts commit 2170943ae6
and commit 623c9afa84.
This commit is contained in:
Anthony Fok 2018-04-07 02:17:48 -06:00
parent 2817e84240
commit e84b7ade65
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF

View file

@ -18,7 +18,6 @@ import (
"fmt"
"html/template"
"os"
"runtime"
"path/filepath"
"reflect"
@ -912,9 +911,6 @@ func TestPageWithDate(t *testing.T) {
}
func TestPageWithLastmodFromGitInfo(t *testing.T) {
if runtime.GOOS != "windows" && os.Getenv("CI") != "" {
t.Skip()
}
assrt := require.New(t)
// We need to use the OS fs for this.