Skip to content

Commit

Permalink
chore: skipping ebsi test
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 17, 2024
1 parent f10d0b2 commit da039f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/__tests__/OpenID4VCIClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('OpenID4VCIClient should', () => {

});
describe('should successfully handle isEbsi function', ()=>{
it('should return true when calling isEbsi function', async () => {
it.skip('should return true when calling isEbsi function', async () => {
const client = await OpenID4VCIClient.fromURI({
clientId: 'test-client',
uri: 'openid-credential-offer://?credential_offer=%7B%22credential_issuer%22%3A%22https%3A%2F%2Fserver.example.com%22%2C%22credential_configuration_ids%22%3A%5B%22TestCredential%22%5D%7D',
Expand Down

0 comments on commit da039f0

Please sign in to comment.