Skip to content

Commit 2b3e240

Browse files
committed
Remove test covered by test suite.
We have always skipped this one. It only confuses/concerns people.
1 parent 026e2bc commit 2b3e240

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/1.03-conformance.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ describe('Basic Conformance', function() {
7070
await assert.doesNotReject(endpoints.verify(issuedVc),
7171
'Failed to verify credential.');
7272
});
73-
it('A conforming verifier implementation MUST check ' +
74-
'that each required property satisfies the normative requirements' +
75-
'for that property.',
76-
async function() {
77-
this.test.link = `https://www.w3.org/TR/vc-data-model-2.0/#conformance:~:text=MUST%20include%20all%20required%20properties%20in%20the%20conforming%20documents%20it%20produces`;
78-
this.test.cell.skipMessage = 'Tested by other tests in this suite.';
79-
this.skip();
80-
});
8173
it('A conforming verifier implementation MUST produce errors ' +
8274
'when non-conforming documents are detected.', async function() {
8375
this.test.link = `https://w3c.github.io/vc-data-model/#types:~:text=MUST%20produce%20errors%20when%20non%2Dconforming%20documents%20are%20detected.`;

0 commit comments

Comments
 (0)