diff --git a/.github/workflows/cypress-test-oidc-e2e.yml b/.github/workflows/cypress-test-oidc-e2e.yml index 1d0fe725b..19bbced15 100644 --- a/.github/workflows/cypress-test-oidc-e2e.yml +++ b/.github/workflows/cypress-test-oidc-e2e.yml @@ -13,7 +13,7 @@ env: jobs: tests: - name: Run Cypress E2E tests + name: Run Cypress E2E OIDC tests strategy: fail-fast: false matrix: diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index 342c065ad..ede14c4e3 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -5,7 +5,6 @@ on: env: OPENSEARCH_VERSION: '3.0.0' KEYCLOAK_VERSION: '21.0.1' - TEST_KEYCLOAK_CLIENT_SECRET: 'oacHfNaXyy81r2uHq1A9RY4ASryre4rZ' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm @@ -13,7 +12,7 @@ env: jobs: tests: - name: Run Cypress E2E tests + name: Run Cypress E2E SAML tests strategy: fail-fast: false matrix: