aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-08-06 19:13:14 +0200
committerBjørn Erik Pedersen <[email protected]>2024-08-06 19:13:35 +0200
commitc07e94fa6d0303b962670d592fefb01a76ee5d6f (patch)
treeb8356d8265a7c6b83444c924a1dbbe94271bd636
parent8f8d12ab2f179d673e6b562acdef755683857b54 (diff)
downloadhugo-c07e94fa6d0303b962670d592fefb01a76ee5d6f.tar.gz
hugo-c07e94fa6d0303b962670d592fefb01a76ee5d6f.zip
Skip TestEchoParam
Is deprecated, will be remvoved soon.
-rw-r--r--tpl/collections/collections_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/collections/collections_test.go b/tpl/collections/collections_test.go
index 7dd518759..c89051a3d 100644
--- a/tpl/collections/collections_test.go
+++ b/tpl/collections/collections_test.go
@@ -233,6 +233,7 @@ func TestReverse(t *testing.T) {
}
func TestEchoParam(t *testing.T) {
+ t.Skip("deprecated, will be removed in Hugo 0.133.0")
t.Parallel()
c := qt.New(t)