Skip to content

Commit

Permalink
server: disable socket listener for basicHTTPHandlerTestSuite (#30680)
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 authored Dec 16, 2021
1 parent d660e48 commit 05b9960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/http_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ func (ts *basicHTTPHandlerTestSuite) startServer(t *testing.T) {
cfg.Port = 0
cfg.Status.StatusPort = 0
cfg.Status.ReportStatus = true
cfg.Socket = fmt.Sprintf("/tmp/%s.sock", t.Name())

server, err := NewServer(cfg, ts.tidbdrv)
require.NoError(t, err)
Expand Down

0 comments on commit 05b9960

Please sign in to comment.