Skip to content

Commit c28a563

Browse files
committed
Update
1 parent e706a1e commit c28a563

5 files changed

Lines changed: 4 additions & 5 deletions

test/openshift/e2e/ginkgo/parallel/1-003_alpha_to_beta_sso_conflict_conversion_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
9393

9494
By("verifying expected Argo CD is running, that SSO status has failed, and has the expected values via the v1beta1 API")
9595

96-
Eventually(argoCDbeta1, "4m", "5s").Should(argocdFixture.BeAvailable())
9796
Eventually(argoCDbeta1, "2m", "5s").Should(
9897
And(argocdFixture.HaveSSOStatus("Failed")))
9998

test/openshift/e2e/ginkgo/parallel/1-043_validate_log_level_format_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
6767
Expect(k8sClient.Create(ctx, argoCD)).To(Succeed())
6868

6969
By("waiting for ArgoCD CR to be reconciled and the instance to be ready")
70-
Eventually(argoCD, "3m", "5s").Should(argocdFixture.BeAvailable())
70+
Eventually(argoCD, "5m", "5s").Should(argocdFixture.BeAvailable())
7171

7272
By("enabling debug loglevel and json logformat on various Argo CD workloads")
7373
argocdFixture.Update(argoCD, func(ac *argov1beta1api.ArgoCD) {

test/openshift/e2e/ginkgo/parallel/1-044_validate_resource_limit_changes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
9999
Expect(k8sClient.Create(ctx, argoCD)).To(Succeed())
100100

101101
By("waiting for ArgoCD CR to be reconciled and the instance to be ready")
102-
Eventually(argoCD, "3m", "5s").Should(argocdFixture.BeAvailable())
102+
Eventually(argoCD, "5m", "5s").Should(argocdFixture.BeAvailable())
103103

104104
By("updating CPU limit to 2 on every component")
105105
argocdFixture.Update(argoCD, func(ac *argov1beta1api.ArgoCD) {

test/openshift/e2e/ginkgo/parallel/1-083_validate_resource_customization_subkeys_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
Expect(k8sClient.Create(ctx, argoCD)).To(Succeed())
149149

150150
By("waiting for ArgoCD CR to be reconciled and the instance to be ready")
151-
Eventually(argoCD, "3m", "5s").Should(argocdFixture.BeAvailable())
151+
Eventually(argoCD, "5m", "5s").Should(argocdFixture.BeAvailable())
152152

153153
By("waiting for each of the .data fields of argocd-cm ConfigMap to have expected value")
154154
configMap := &corev1.ConfigMap{ObjectMeta: metav1.ObjectMeta{Name: "argocd-cm", Namespace: ns.Name}}

test/openshift/e2e/ginkgo/sequential/1-050_validate_sso_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
116116
})
117117

118118
By("verifying that with keycloak, Argo CD becomes available but SSO is failed")
119-
Eventually(newArgoCD, "3m", "5s").Should(argocdFixture.BeAvailable())
119+
Eventually(newArgoCD, "3m", "5s").Should(argocdFixture.HavePhase("Pending"))
120120
Eventually(newArgoCD, "3m", "5s").Should(argocdFixture.HaveSSOStatus("Failed"))
121121
By("verifying keycloak DeploymentConfigs are not used")
122122

0 commit comments

Comments
 (0)