From c07e94fa6d0303b962670d592fefb01a76ee5d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 6 Aug 2024 19:13:14 +0200 Subject: [PATCH] Skip TestEchoParam Is deprecated, will be remvoved soon. --- tpl/collections/collections_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tpl/collections/collections_test.go b/tpl/collections/collections_test.go index 7dd5187591e..c89051a3de6 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)