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 1983aa6 commit 4e897b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/greptimedbcluster_baremetal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", func() {
}
}()

err = cmd.Wait()
Expect(err).NotTo(HaveOccurred(), "failed to wait for create cluster process")

err = deleteClusterinBaremetal()
Expect(err).NotTo(HaveOccurred(), "failed to delete cluster in baremetal")
})
Expand Down

0 comments on commit 4e897b6

Please sign in to comment.