Skip to content

Commit

Permalink
Comment out JCS DI verifier tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jun 3, 2024
1 parent 1ae387b commit 457f748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/45-di-jcs-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright (c) 2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
/*
// FIXME implement JCS DI verifier tests
import {
checkDataIntegrityProofVerifyErrors
} from 'data-integrity-test-suite-assertion';
Expand All @@ -19,3 +21,4 @@ checkDataIntegrityProofVerifyErrors({
implemented: verifierMatches,
testDescription: 'Data Integrity (eddsa-jcs-2022 verifiers)'
});
*/

0 comments on commit 457f748

Please sign in to comment.