Skip to content

Commit

Permalink
remove skipped status test
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis committed Dec 11, 2024
1 parent d0e777a commit 00cd058
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/4.10-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ describe('Status', function() {
'./input/credential-status-ok.json')),
'Failed to accept a VC with a valid `credentialStatus`.');
});
it('Credential status specifications MUST NOT enable tracking of ' +
'individuals', async function() {
this.test.link = `https://w3c.github.io/vc-data-model/#status:~:text=Credential%20status%20specifications%20MUST%20NOT%20enable%20tracking%20of%20individuals`;
this.test.cell.skipMessage = 'Not testable with automation.';
this.skip();
});
});
}
});

0 comments on commit 00cd058

Please sign in to comment.