Skip to content

Commit dc77d7f

Browse files
authored
xds: revert a workaround made in #4413 (#4428)
1 parent a16b156 commit dc77d7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xds/internal/test/xds_integration_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ func TestMain(m *testing.M) {
8383
// spawns the management server and is blocked on the call to `Serve()`.
8484
leakcheck.RegisterIgnoreGoroutine("e2e.StartManagementServer")
8585

86-
// Remove this once https://github.com/envoyproxy/go-control-plane/pull/430
87-
// is merged. For more information about this goroutine leak, see:
88-
// https://github.com/envoyproxy/go-control-plane/issues/429.
89-
leakcheck.RegisterIgnoreGoroutine("(*server).StreamHandler")
90-
9186
cancel, err := setupManagementServer()
9287
if err != nil {
9388
log.Printf("setupManagementServer() failed: %v", err)

0 commit comments

Comments
 (0)