diff --git a/hugolib/js_test.go b/hugolib/js_test.go index 25617b168..c783bf781 100644 --- a/hugolib/js_test.go +++ b/hugolib/js_test.go @@ -144,6 +144,11 @@ func TestJSBuild(t *testing.T) { t.Skip("skip (relative) long running modules test when running locally") } + if runtime.GOOS == "windows" { + // TODO(bep) we really need to get this working on Travis. + t.Skip("skip npm test on Windows") + } + wd, _ := os.Getwd() defer func() { os.Chdir(wd)