Skip to content

Commit

Permalink
remove test which got added back as part of some merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Jan 25, 2023
1 parent c9e452a commit d591fa5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions xds/internal/resolver/xds_resolver_test.go
Expand Up @@ -567,14 +567,6 @@ func (s) TestResolverCloseClosesXDSClient(t *testing.T) {
}
}

// TestXDSResolverCloseClosesXDSClient tests that the XDS resolver's Close
// method closes the XDS client.
func (s) TestXDSResolverCloseClosesXDSClient(t *testing.T) {
xdsR, _, _, cancel := testSetup(t, setupOpts{target: target})
xdsR.Close()
cancel() // Blocks until the xDS client is closed.
}

// TestResolverBadServiceUpdate tests the case where a resource returned by the
// management server is NACKed by the xDS client, which then returns an update
// containing an error to the resolver. Verifies that the update is propagated
Expand Down

0 comments on commit d591fa5

Please sign in to comment.