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

Commit

Permalink
remove code that is commented
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Feb 19, 2024
1 parent fb3ca43 commit 058cb63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ func TestMain(m *testing.M) {

// os.Exit doesn't run deferred functions
os.Exit(code)

//goleak.VerifyTestMain(
// runFunc(func() int {
// exitCode := m.Run()
// cluster.Stop()
// return exitCode
// }),
//)
}

func TestOverTheLimit(t *testing.T) {
Expand Down
4 changes: 0 additions & 4 deletions gubernator.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ func (s *V1Instance) Close() (err error) {
return errors.Wrap(err, "Error in workerPool.Close")
}

//for _, client := range s.conf.LocalPicker.Peers() {
// client.Shutdown(ctx)
//}

s.isClosed = true
return nil
}
Expand Down

0 comments on commit 058cb63

Please sign in to comment.