Skip to content

Commit

Permalink
fix11
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 committed Jun 24, 2024
1 parent be56c09 commit 5d4163d
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 @@ -44,7 +44,7 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", func() {
err = getClusterinBaremetal()
Expect(err).NotTo(HaveOccurred(), "failed to get cluster in baremetal")

err = cmd.Process.Kill()
err = cmd.Cancel()
Expect(err).NotTo(HaveOccurred(), "failed to kill create cluster process")

err = deleteClusterinBaremetal()
Expand Down

0 comments on commit 5d4163d

Please sign in to comment.