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
@@ -74,6 +74,7 @@ CSS: {{ $css.Content | safeCSS }}|
func TestTailwindCSSNoInlineImportsIssue13719(t *testing.T) {
t.Parallel()
htesting.SkipSlowTestUnlessCI(t)
files := `
-- hugo.toml --