From 6176493f42479dace06397f8b3de673f48260375 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 28 Jul 2025 15:16:10 -0700 Subject: [PATCH] temporarily comment out okta LDAP tests in PR pipeline --- pipelines/pull-requests/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/pull-requests/pipeline.yml b/pipelines/pull-requests/pipeline.yml index e2fd29bd2..f187f6ff0 100644 --- a/pipelines/pull-requests/pipeline.yml +++ b/pipelines/pull-requests/pipeline.yml @@ -1239,7 +1239,8 @@ jobs: # The following Okta LDAP params will cause the integration tests to use Okta LDAP instead of OpenLDAP. # We don't need to run these on every version of Kubernetes for Kind in this pipeline, so we choose to run # them on one version to get some coverage. - <<: *okta_ldap_integration_env_vars + # TODO: put this back once it is working without firewall problems + # <<: *okta_ldap_integration_env_vars # The following AD params enable the ActiveDirectory integration tests. We don't need to run these on every # version of Kubernetes for Kind in this pipeline, so we choose to run them on one version to get some coverage. # TODO: bring this back with a new AD server