Skip to content

Commit

Permalink
failover_test: Only turn off resurrection for deploymentName
Browse files Browse the repository at this point in the history
[#185752726](https://www.pivotaltracker.com/story/show/185752726)

Co-authored-by: Kyle Ong <[email protected]>
Co-authored-by: Ryan Wittrup <[email protected]>
  • Loading branch information
ohkyle and ryanwittrup committed Oct 2, 2023
1 parent c582f05 commit df39841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e-tests/failover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var _ = Describe("Failover", Ordered, Label("failover"), func() {
deploymentName = "pxc-failover-" + uuid.New().String()

Expect(cmd.Run(
"bosh", "update-resurrection", "off",
"bosh", "update-resurrection", "-d", deploymentName, "off",
)).To(Succeed())

Expect(bosh.DeployPXC(deploymentName,
Expand Down

0 comments on commit df39841

Please sign in to comment.