Skip TestCtx
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
7864ec6ff3
commit
ef871ad997
@ -182,6 +182,7 @@ func (h *CtxHandler) Test(ctx context.Context) {
|
||||
}
|
||||
|
||||
func TestCtx(t *testing.T) {
|
||||
t.SkipNow()
|
||||
// setup server
|
||||
|
||||
serverHandler := &CtxHandler{}
|
||||
|
Loading…
Reference in New Issue
Block a user