damccorm commented on code in PR #25931:
URL: https://github.com/apache/beam/pull/25931#discussion_r1150923517
##########
playground/backend/cmd/server/controller_test.go:
##########
@@ -64,18 +64,19 @@ const (
var lis *bufconn.Listener
var cacheService cache.Cache
var dbClient db.Database
-var opt goleak.Option
+
+// var opt goleak.Option
var ctx context.Context
func TestMain(m *testing.M) {
- server := setup()
- opt = goleak.IgnoreCurrent()
+ //server := setup()
+ //opt = goleak.IgnoreCurrent()
exitValue := m.Run()
- teardown(server)
+ //teardown(server)
Review Comment:
Instead of making these comments, can we just remove them?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]