Skip to content

Commit

Permalink
Disable flaky Test_Server_ListenAndServe (#2315)
Browse files Browse the repository at this point in the history
Issue recorded to fix: #1426
  • Loading branch information
tigrannajaryan authored Feb 9, 2021
1 parent 9f3d60d commit ce5c2fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions receiver/statsdreceiver/transport/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import (
)

func Test_Server_ListenAndServe(t *testing.T) {
t.Skip("Test is unstable, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1426")

tests := []struct {
name string
buildServerFn func(addr string) (Server, error)
Expand Down

0 comments on commit ce5c2fc

Please sign in to comment.