diff --git a/test/end2end_test.go b/test/end2end_test.go index 17a1b8319bcd..a2d5f19bcd32 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -1085,7 +1085,7 @@ func testFailFast(t *testing.T, e env) { if _, err := tc.EmptyCall(ctx, &testpb.Empty{}); err != nil { t.Fatalf("TestService/EmptyCall(_, _) = _, %v, want _, ", err) } - // Stop the server and tear down all the existing connection. + // Stop the server and tear down all the existing connections. te.srv.Stop() // Loop until the server teardown is propagated to the client. for {