mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Skip TestEchoParam
Is deprecated, will be remvoved soon.
This commit is contained in:
@@ -233,6 +233,7 @@ func TestReverse(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestEchoParam(t *testing.T) {
|
func TestEchoParam(t *testing.T) {
|
||||||
|
t.Skip("deprecated, will be removed in Hugo 0.133.0")
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
c := qt.New(t)
|
c := qt.New(t)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user