mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Skip TestEchoParam
Is deprecated, will be remvoved soon.
This commit is contained in:
parent
8f8d12ab2f
commit
c07e94fa6d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue