aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo/0002-skip-tests-that-need-nodejs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/hugo/0002-skip-tests-that-need-nodejs.patch')
-rw-r--r--community/hugo/0002-skip-tests-that-need-nodejs.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/hugo/0002-skip-tests-that-need-nodejs.patch b/community/hugo/0002-skip-tests-that-need-nodejs.patch
new file mode 100644
index 0000000000..f744bfd806
--- /dev/null
+++ b/community/hugo/0002-skip-tests-that-need-nodejs.patch
@@ -0,0 +1,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")
+ }