From: Bjørn Erik Pedersen Date: Tue, 6 Aug 2024 17:13:14 +0000 (+0200) Subject: Skip TestEchoParam X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c07e94fa6d0303b962670d592fefb01a76ee5d6f;p=brevno-suite%2Fhugo Skip TestEchoParam Is deprecated, will be remvoved soon. --- 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)