aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo/0002-skip-tests-that-need-nodejs.patch
blob: f744bfd8067fea87e07127989930ac0462e1b7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
No thanks, this probably won't make upstream

diff --git a/hugolib/resource_chain_test.go b/hugolib/resource_chain_test.go
index 0d0c920..31e0818 100644
--- a/hugolib/resource_chain_test.go
+++ b/hugolib/resource_chain_test.go
@@ -841,6 +841,7 @@ Hello2: Bonjour
 }
 
 func TestResourceChainPostCSS(t *testing.T) {
+	t.Skip("nodejs lol")
 	if !isCI() {
 		t.Skip("skip (relative) long running modules test when running locally")
 	}