Skip to content

Commit d591fa5

Browse files
committed
remove test which got added back as part of some merge conflict
1 parent c9e452a commit d591fa5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

xds/internal/resolver/xds_resolver_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,6 @@ func (s) TestResolverCloseClosesXDSClient(t *testing.T) {
567567
}
568568
}
569569

570-
// TestXDSResolverCloseClosesXDSClient tests that the XDS resolver's Close
571-
// method closes the XDS client.
572-
func (s) TestXDSResolverCloseClosesXDSClient(t *testing.T) {
573-
xdsR, _, _, cancel := testSetup(t, setupOpts{target: target})
574-
xdsR.Close()
575-
cancel() // Blocks until the xDS client is closed.
576-
}
577-
578570
// TestResolverBadServiceUpdate tests the case where a resource returned by the
579571
// management server is NACKed by the xDS client, which then returns an update
580572
// containing an error to the resolver. Verifies that the update is propagated

0 commit comments

Comments
 (0)