summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-04-07 02:17:48 -0600
committerAnthony Fok <foka@debian.org>2018-04-07 06:53:47 -0600
commite84b7ade6540d85e44cb6025e64faa212e06aa2a (patch)
treefed07fef34bb09b74b5b42a85ec9dfc8b1176da4 /hugolib
parent2817e842407c8dcbfc738297ab634392fcb41ce1 (diff)
Revert "Disable failing test on Travis"
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/page_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/hugolib/page_test.go b/hugolib/page_test.go
index 857d7a255..2b679c842 100644
--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -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.