shithub: hugo

Download patch

ref: e84b7ade6540d85e44cb6025e64faa212e06aa2a
parent: 2817e842407c8dcbfc738297ab634392fcb41ce1
author: Anthony Fok <[email protected]>
date: Fri Apr 6 22:17:48 EDT 2018

Revert "Disable failing test on Travis"

This reverts commit 2170943ae6e4bcbbcb9cfad244fec5da8c1d6462
and commit 623c9afa8409855ccfd7b000ae7c6780b780a5af.

--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -18,7 +18,6 @@
 	"fmt"
 	"html/template"
 	"os"
-	"runtime"
 
 	"path/filepath"
 	"reflect"
@@ -912,9 +911,6 @@
 }
 
 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.