comment unwritten test
Some checks failed
lint / lint (pull_request) Failing after 3m47s
test / test (pull_request) Failing after 3m44s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-16 14:08:55 +03:00
parent ec71969fdd
commit 0298d01384

View File

@ -8,7 +8,7 @@ import (
)
func TestTemplate(t *testing.T) {
// t.Skip()
t.Skip()
h := http.NewServeMux()
h.HandleFunc("/", swaggerui.Handler(""))
if err := http.ListenAndServe(":8080", h); err != nil {