Skip to content

Commit

Permalink
xds: Remove WithBlock option from the fallback test client (#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanli-ml committed Dec 16, 2021
1 parent ce152f2 commit 51835dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interop/grpclb_fallback/client_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func dialTCPUserTimeout(ctx context.Context, addr string) (net.Conn, error) {
func createTestConn() *grpc.ClientConn {
opts := []grpc.DialOption{
grpc.WithContextDialer(dialTCPUserTimeout),
grpc.WithBlock(),
}
switch *customCredentialsType {
case "tls":
Expand Down

0 comments on commit 51835dc

Please sign in to comment.