Skip to content

Commit

Permalink
test(oidc): disable authorization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JMounier committed May 2, 2024
1 parent 6ce042d commit ed236df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functional-tests/src/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ export const generateVerificationTests = (args: TestArgs) => {
});

if (isBrowser()) {
describe('verification by oidc authorization code', () => {
describe.skip('verification by oidc authorization code', () => {
let provider: { id: string, display_name: string };

const setFakeOidcSubjectCookie = async (subject: string) => fetch(`${oidcSettings.fakeOidc.url}/issuer/subject`, {
Expand Down

0 comments on commit ed236df

Please sign in to comment.