testing: Skip some slow tests when not running in CI

Fixes #14438
This commit is contained in:
Bjørn Erik Pedersen
2026-01-27 10:20:39 +01:00
parent b3ea2a5fab
commit 5f5b2f378f
14 changed files with 54 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ import (
)
func TestClient(t *testing.T) {
htesting.SkipSlowTestUnlessCI(t)
modName := "hugo-modules-basic-test"
modPath := "github.com/gohugoio/tests/" + modName
defaultImport := "modh2_2"