projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2817e84
)
Revert "Disable failing test on Travis"
author
Anthony Fok
<foka@debian.org>
Sat, 7 Apr 2018 08:17:48 +0000
(
02:17
-0600)
committer
Anthony Fok
<foka@debian.org>
Sat, 7 Apr 2018 12:53:47 +0000
(06:53 -0600)
This reverts commit
2170943ae6e4bcbbcb9cfad244fec5da8c1d6462
and commit
623c9afa8409855ccfd7b000ae7c6780b780a5af
.
hugolib/page_test.go
patch
|
blob
|
history
diff --git
a/hugolib/page_test.go
b/hugolib/page_test.go
index 857d7a25583964a0aeea925113e421a607a629b8..2b679c84272892e7e166d65f0e69b1a46889d2ef 100644
(file)
--- 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.