From 47d1531d28e57e0a878d8a603688baf89c5cf254 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 4 Nov 2024 15:56:20 +0000 Subject: [PATCH] Comment out skipped tests. --- tests/suites/data-model.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/suites/data-model.js b/tests/suites/data-model.js index 6ee814a..dd82779 100644 --- a/tests/suites/data-model.js +++ b/tests/suites/data-model.js @@ -89,6 +89,7 @@ export function verificationMethods({suiteName, match}) { ); } }); + /* it('The secretKeyMultibase value of the verification method ' + 'MUST start with the base-58-btc prefix (z), as defined in the ' + 'Multibase section of Controller Documents 1.0.', @@ -104,6 +105,7 @@ export function verificationMethods({suiteName, match}) { 'Testing secret keys is out of scope.'; this.skip(); }); + */ }); } });