We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e777a commit 5579053Copy full SHA for 5579053
tests/4.10-status.js
@@ -80,12 +80,6 @@ describe('Status', function() {
80
'./input/credential-status-ok.json')),
81
'Failed to accept a VC with a valid `credentialStatus`.');
82
});
83
- it('Credential status specifications MUST NOT enable tracking of ' +
84
- 'individuals', async function() {
85
- this.test.link = `https://w3c.github.io/vc-data-model/#status:~:text=Credential%20status%20specifications%20MUST%20NOT%20enable%20tracking%20of%20individuals`;
86
- this.test.cell.skipMessage = 'Not testable with automation.';
87
- this.skip();
88
- });
89
90
}
91
0 commit comments