Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 40bc88d

Browse files
author
Michal Witkowski
committed
remove the testify flakiness on race.
1 parent 68c91ec commit 40bc88d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func (s *ClientInterceptorTestSuite) SetupSuite() {
4747
pb_testproto.RegisterTestServiceServer(s.server, &testService{t: s.T()})
4848

4949
go func() {
50-
s.T().Logf("starting grpc.Server at: %v", s.serverListener.Addr().String())
5150
s.server.Serve(s.serverListener)
5251
}()
5352

server_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func (s *ServerInterceptorTestSuite) SetupSuite() {
5959
pb_testproto.RegisterTestServiceServer(s.server, &testService{t: s.T()})
6060

6161
go func() {
62-
s.T().Logf("starting grpc.Server at: %v", s.serverListener.Addr().String())
6362
s.server.Serve(s.serverListener)
6463
}()
6564

0 commit comments

Comments
 (0)