diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 00:09:08 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 05:37:03 +0000 |
commit | 20e22257d8335692d658c9782ccbf780d85cb298 (patch) | |
tree | 1e5d8d88181e9d644d0cbe208bbf01db4ee5ac49 /community/hugo/0002-skip-tests-that-need-nodejs.patch | |
parent | a3df9397f92b777276aa5231049d3f5c664d4636 (diff) | |
download | aports-20e22257d8335692d658c9782ccbf780d85cb298.tar.bz2 aports-20e22257d8335692d658c9782ccbf780d85cb298.tar.xz |
community/hugo: upgrade to 0.69.0
Diffstat (limited to 'community/hugo/0002-skip-tests-that-need-nodejs.patch')
-rw-r--r-- | community/hugo/0002-skip-tests-that-need-nodejs.patch | 14 |
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") + } |