Skip to content

Commit ee57f35

Browse files
committed
updates
1 parent 2dee0a6 commit ee57f35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mongo/integration/mtest/mongotest.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,6 @@ func (t *T) ClearFailPoints() {
597597
if err != nil {
598598
t.Fatalf("error creating client: %v", err)
599599
}
600-
defer func() {
601-
_ = client.Disconnect(context.Background())
602-
}()
603600
}
604601
db := client.Database("admin")
605602
for _, fp := range t.failPointNames {

0 commit comments

Comments
 (0)