mirror of https://github.com/grpc/grpc-java.git
test: fix internal ErrorProne failure (#9761)
This commit is contained in:
parent
43bc578f20
commit
6adae08597
|
@ -3516,7 +3516,7 @@ public abstract class XdsClientImplTestBase {
|
|||
// Establish the adsStream object
|
||||
xdsClient.watchXdsResource(XdsClusterResource.getInstance(), CDS_RESOURCE,
|
||||
cdsResourceWatcher);
|
||||
resourceDiscoveryCalls.take(); // clear this entry
|
||||
DiscoveryRpcCall unused = resourceDiscoveryCalls.take(); // clear this entry
|
||||
|
||||
// Shutdown server and initiate a request
|
||||
xdsServer.shutdownNow();
|
||||
|
|
Loading…
Reference in New Issue