Skip to content

Commit 55dd799

Browse files
committed
Remove test case on aws
This remove test case for contextual login on oci://123456789000.dkr.ecr.us-east-2.amazonaws.com. This is not longer a wrong url since fluxcd/pkg@f7c66eb and we no longer error on nil auth. Signed-off-by: Soule BA <[email protected]>
1 parent bb83270 commit 55dd799

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

controllers/helmrepository_controller_oci_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,6 @@ func TestHelmRepositoryOCIReconciler_authStrategy(t *testing.T) {
220220
*conditions.FalseCondition(meta.ReadyCondition, sourcev1.AuthenticationFailedReason, "failed to get credential from"),
221221
},
222222
},
223-
{
224-
name: "with contextual login provider and invalid repository URL",
225-
wantErr: true,
226-
provider: "aws",
227-
providerImg: "oci://123456789000.dkr.ecr.us-east-2.amazonaws.com",
228-
assertConditions: []metav1.Condition{
229-
*conditions.FalseCondition(meta.ReadyCondition, sourcev1.AuthenticationFailedReason, "failed to get credential from"),
230-
},
231-
},
232223
{
233224
name: "with contextual login provider and secretRef",
234225
want: ctrl.Result{RequeueAfter: interval},

0 commit comments

Comments
 (0)