Skip to content

Commit

Permalink
remove more leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Sep 7, 2023
1 parent 1cfb743 commit 3773b7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions receiver/statsdreceiver/internal/transport/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func Test_Server_ListenAndServe(t *testing.T) {
buildServerFn func(transport Transport, addr string) (Server, error)
getFreeEndpointFn func(t testing.TB, transport string) string
buildClientFn func(transport string, address string) (*client.StatsD, error)
testSkip bool
}{
{
name: "udp",
Expand All @@ -35,10 +34,6 @@ func Test_Server_ListenAndServe(t *testing.T) {
},
}
for _, tt := range tests {
if tt.testSkip {
continue
}

t.Run(tt.name, func(t *testing.T) {
trans := Transport(tt.name)
addr := tt.getFreeEndpointFn(t, tt.name)
Expand Down

0 comments on commit 3773b7d

Please sign in to comment.