Skip to content

Commit 0b8188b

Browse files
authored
Merge pull request #1694 from gianlucam76/continue-on-error
(chore) Set continue on error and conflict on test
2 parents 527c226 + 516fe39 commit 0b8188b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fv/helm_failure_message_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ var _ = Describe("Helm with conflicts", func() {
6868
err := retry.RetryOnConflict(retry.DefaultRetry, func() error {
6969
Expect(k8sClient.Get(context.TODO(),
7070
types.NamespacedName{Name: clusterProfile.Name}, currentClusterProfile)).To(Succeed())
71+
currentClusterProfile.Spec.ContinueOnError = true
72+
currentClusterProfile.Spec.ContinueOnConflict = true
7173
currentClusterProfile.Spec.HelmCharts = []configv1beta1.HelmChart{
7274
{
7375
RepositoryURL: "oci://ghcr.io/k0rdent/catalog/charts",

0 commit comments

Comments
 (0)