diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index ae929e7def0..8f4dae1700c 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -514,6 +514,13 @@ tests: sample_name: [auth-rsc] spec: auth-rsc browser: [chrome] + - test_name: integ_next_auth_token_revocation + desc: 'Token Revocation tests in v6' + framework: next + category: auth + sample_name: [auth-rsc] + spec: auth-rsc-token-revocation + browser: [chrome] - test_name: integ_next_sign_in_with_oauth desc: 'Sign-in with the OAuth flow' framework: next diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 2458fffc96d..5db98a59533 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - replace-with-your-branch + - feat/token-revocation-rewrite jobs: e2e: