Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 committed Jul 5, 2024
1 parent dc4c406 commit 5a56011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/greptimedbcluster_baremetal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", Ordered, func(
if err != nil {
return err
}
defer conn.Close()
// defer conn.Close()
return nil
}, 30*time.Second, time.Second).ShouldNot(HaveOccurred())

Expand Down

0 comments on commit 5a56011

Please sign in to comment.