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

Commit

Permalink
remove the testify flakiness on race.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Witkowski committed Sep 10, 2016
1 parent 68c91ec commit 40bc88d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (s *ClientInterceptorTestSuite) SetupSuite() {
pb_testproto.RegisterTestServiceServer(s.server, &testService{t: s.T()})

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

Expand Down
1 change: 0 additions & 1 deletion server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (s *ServerInterceptorTestSuite) SetupSuite() {
pb_testproto.RegisterTestServiceServer(s.server, &testService{t: s.T()})

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

Expand Down

0 comments on commit 40bc88d

Please sign in to comment.