Skip to content

Commit

Permalink
Comment out skipped tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 4, 2024
1 parent dcf4f3f commit 47d1531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/suites/data-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand All @@ -104,6 +105,7 @@ export function verificationMethods({suiteName, match}) {
'Testing secret keys is out of scope.';
this.skip();
});
*/
});
}
});
Expand Down

0 comments on commit 47d1531

Please sign in to comment.