Skip to content

Commit

Permalink
chore: disable OYD json-ld test
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 27, 2024
1 parent 87b6e2a commit 0f4a20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/w3c-vc-api/__tests__/ld.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const LDP_VC =



describe('JSON-LD Verifiable Credential, should be', () => {
// Disabled for OYD testing. Should be enabled once the OYD DID resolver has been fixed to return correct VMs.
xdescribe('JSON-LD Verifiable Credential, should be', () => {

it('verifiable using agent verify function', async () => {
// The verify function would throw an exception if it did not verify (see next test)
Expand Down

0 comments on commit 0f4a20b

Please sign in to comment.