diff --git a/test/openshift/e2e/ginkgo/parallel/1-023_validate_repo_server_tls_test.go b/test/openshift/e2e/ginkgo/parallel/1-023_validate_repo_server_tls_test.go index c8d6ec20d55..ba70dfe3fe0 100644 --- a/test/openshift/e2e/ginkgo/parallel/1-023_validate_repo_server_tls_test.go +++ b/test/openshift/e2e/ginkgo/parallel/1-023_validate_repo_server_tls_test.go @@ -118,6 +118,8 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() { }).Should(BeTrue()) + Eventually(argoCDTest_1_23_custom, "5m", "5s").Should(argocdFixture.BeAvailable()) + By("ensuring we can deploy to the namespace via the ArgoCD instance") app := &argocdv1alpha1.Application{ ObjectMeta: metav1.ObjectMeta{Name: "guestbook", Namespace: nsTest_1_23_custom.Name},