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