Skip to content

Commit

Permalink
xds: revert a workaround made in #4413 (#4428)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed May 13, 2021
1 parent a16b156 commit dc77d7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xds/internal/test/xds_integration_test.go
Expand Up @@ -83,11 +83,6 @@ func TestMain(m *testing.M) {
// spawns the management server and is blocked on the call to `Serve()`.
leakcheck.RegisterIgnoreGoroutine("e2e.StartManagementServer")

// Remove this once https://github.com/envoyproxy/go-control-plane/pull/430
// is merged. For more information about this goroutine leak, see:
// https://github.com/envoyproxy/go-control-plane/issues/429.
leakcheck.RegisterIgnoreGoroutine("(*server).StreamHandler")

cancel, err := setupManagementServer()
if err != nil {
log.Printf("setupManagementServer() failed: %v", err)
Expand Down

0 comments on commit dc77d7f

Please sign in to comment.