Skip to content

Commit

Permalink
Remove --no-wait to ensure no flakes
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Aug 7, 2024
1 parent 07fd1bd commit dbba97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/v7/isolated/continue_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = Describe("Continue Deployment", func() {
When("There is a canary deployment", func() {
It("succeeds", func() {
helpers.WithHelloWorldApp(func(appDir string) {
helpers.CF("push", appName, "-p", appDir, "--strategy=canary", "--no-wait").Wait()
helpers.CF("push", appName, "-p", appDir, "--strategy=canary").Wait()
})

session := helpers.CF("continue-deployment", appName)
Expand Down

0 comments on commit dbba97c

Please sign in to comment.