Skip to content

Commit

Permalink
Remove skipped tests (but keep comments).
Browse files Browse the repository at this point in the history
Suggested by @msporny in #86 (comment).
  • Loading branch information
peacekeeper authored and msporny committed May 6, 2021
1 parent de42dfb commit 5cdd06f
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,9 @@ const testDidDocumentMetadata = (didDocumentMetadata, didDocument, expectedOutco
}
});
// As discussed on the 2021-04-13 DID WG topic call, the following test can be skipped (see https://www.w3.org/2019/did-wg/Meetings/Minutes/2021-04-13-did-topic)
it.skip('A conforming DID Method specification MUST guarantee that each equivalentId value is logically equivalent to the id property value.', () => {
});
// 'A conforming DID Method specification MUST guarantee that each equivalentId value is logically equivalent to the id property value.'
// As discussed on the 2021-04-13 DID WG topic call, the following test can be skipped (see https://www.w3.org/2019/did-wg/Meetings/Minutes/2021-04-13-did-topic)
it.skip('equivalentId is a much stronger form of equivalence than alsoKnownAs because the equivalence MUST be guaranteed by the governing DID method.', () => {
});
// 'equivalentId is a much stronger form of equivalence than alsoKnownAs because the equivalence MUST be guaranteed by the governing DID method.'
}
});
describe('canonicalId', () => {
Expand All @@ -287,8 +285,7 @@ const testDidDocumentMetadata = (didDocumentMetadata, didDocument, expectedOutco
}
});
// As discussed on the 2021-04-13 DID WG topic call, the following test can be skipped (see https://www.w3.org/2019/did-wg/Meetings/Minutes/2021-04-13-did-topic)
it.skip('A conforming DID Method specification MUST guarantee that the canonicalId value is logically equivalent to the id property value.', () => {
});
// 'A conforming DID Method specification MUST guarantee that the canonicalId value is logically equivalent to the id property value.'
}
});
};
Expand Down

0 comments on commit 5cdd06f

Please sign in to comment.