aboutsummaryrefslogtreecommitdiff
path: root/community/hugo/0002-skip-tests-that-need-nodejs.patch
blob: c0036bb6639b1ef842f1b1dcfb9c43b98e8e967a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/hugolib/resource_chain_babel_test.go b/hugolib/resource_chain_babel_test.go
index c9ddb21..25072a6 100644
--- a/hugolib/resource_chain_babel_test.go
+++ b/hugolib/resource_chain_babel_test.go
@@ -32,6 +32,7 @@ import (
 )
 
 func TestResourceChainBabel(t *testing.T) {
+	t.Skip("nodejs lol")
 	if !isCI() {
 		t.Skip("skip (relative) long running modules test when running locally")
 	}
diff --git a/hugolib/resource_chain_test.go b/hugolib/resource_chain_test.go
index 67641bd..53f8b09 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")
 	}