Skip to content

Commit

Permalink
chore: wait for PVC deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel committed Sep 16, 2024
1 parent 1244863 commit 8b476d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ func (s *CLISuite) TestWorkflowRetryWithRecreatedPVC() {
When().
SubmitWorkflow().
WaitForWorkflow(fixtures.ToBeFailed).
Wait(30*time.Second).
Then().
RunCli([]string{"retry", "retry-with-recreated-pvc"}, func(t *testing.T, output string, err error) {
if assert.NoError(t, err, output) {
Expand Down

0 comments on commit 8b476d3

Please sign in to comment.