Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 committed Jun 26, 2024
1 parent 5a54f7d commit d6a5ee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/greptimedbcluster_baremetal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", func() {
Fail("process is not properly initialized")
}

err = createcmd.Wait()
Expect(err).To(HaveOccurred(), "process is terminated successfully.")
createcmd.Wait()

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

0 comments on commit d6a5ee3

Please sign in to comment.