Skip to content

Commit

Permalink
adding stop clause to poll inmediate (#1078)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Freites <[email protected]>
  • Loading branch information
knative-prow-robot and gabo1208 authored Feb 23, 2023
1 parent af30cd1 commit 4ab2de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/rabbitmqcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func patchConnectionSecret(ctx context.Context, namespace string, secretName str
// keep polling
return false, nil
}
return false, err
}
return true, nil
})
Expand Down

0 comments on commit 4ab2de5

Please sign in to comment.