summaryrefslogtreecommitdiffstats
path: root/tpl/internal/go_templates/testenv/testenv_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/internal/go_templates/testenv/testenv_test.go')
-rw-r--r--tpl/internal/go_templates/testenv/testenv_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/internal/go_templates/testenv/testenv_test.go b/tpl/internal/go_templates/testenv/testenv_test.go
index 97c92a6e9..2f72080c2 100644
--- a/tpl/internal/go_templates/testenv/testenv_test.go
+++ b/tpl/internal/go_templates/testenv/testenv_test.go
@@ -13,7 +13,8 @@ import (
"github.com/gohugoio/hugo/tpl/internal/go_templates/testenv"
)
-func _TestGoToolLocation(t *testing.T) {
+func TestGoToolLocation(t *testing.T) {
+ t.Skip("skipping test that requires go command")
testenv.MustHaveGoBuild(t)
var exeSuffix string