Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/SDK-39_wel…
Browse files Browse the repository at this point in the history
…l-known-oidf
  • Loading branch information
sanderPostma committed Nov 20, 2024
2 parents 8e653e1 + 5082e0e commit 7c9e157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/lib/__tests__/IT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function getVCs(): IVerifiableCredential[] {
return vcs
}

describe.skip('RP and OP interaction should', () => {
describe.skip('RP and OP interaction should', () => { // FIXME SDK-45 Uniresolver failing
it(
'succeed when calling each other in the full flow',
async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/lib/__tests__/SdJwt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getVCs(): OriginalVerifiableCredential[] {
return [SD_JWT_VC]
}

describe.skip('RP and OP interaction should', () => {
describe.skip('RP and OP interaction should', () => { // FIXME SDK-45 Uniresolver failing
it('succeed when calling with presentation definitions and right verifiable presentation', async () => {
const opMock = await mockedGetEnterpriseAuthToken('OP')
const opMockEntity = {
Expand Down

0 comments on commit 7c9e157

Please sign in to comment.