Skip to content

Commit 4e8422c

Browse files
committed
Pull Ginkgo test cases from argocd-operator repo
Signed-off-by: NAVEENA S <nas@redhat.com>
1 parent ed29708 commit 4e8422c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/openshift/e2e/ginkgo/sequential/1-058_validate_notifications_source_namespaces_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,6 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
549549
argocdNS, cleanupFunc := fixture.CreateNamespaceWithCleanupFunc("argocd-e2e-cluster-config")
550550
defer cleanupFunc()
551551

552-
By("adding namespace to ARGOCD_CLUSTER_CONFIG_NAMESPACES to make it cluster-scoped")
553-
fixture.SetEnvInOperatorSubscriptionOrDeployment("ARGOCD_CLUSTER_CONFIG_NAMESPACES", "openshift-gitops, argocd-e2e-cluster-config")
554-
555552
By("creating source namespace")
556553
sourceNS1, cleanupFunc1 := fixture.CreateNamespaceWithCleanupFunc("notif-source-ns-9")
557554
defer cleanupFunc1()

0 commit comments

Comments
 (0)