Skip to content

Commit

Permalink
Skip older tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Oct 30, 2024
1 parent 1a7e6d4 commit 1ba95d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/10-rdfc-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {match} = endpoints.filterByTag({
});
const should = chai.should();

describe('eddsa-rdfc-2022 (create)', function() {
describe.skip('eddsa-rdfc-2022 (create)', function() {
let validVc;
before(async function() {
const credentials = await generateTestData();
Expand Down
2 changes: 1 addition & 1 deletion tests/20-rdfc-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const {match} = endpoints.filterByTag({
property: 'verifiers'
});

describe('eddsa-rdfc-2022 (verify)', function() {
describe.skip('eddsa-rdfc-2022 (verify)', function() {
let credentials;
before(async function() {
credentials = await generateTestData();
Expand Down
2 changes: 1 addition & 1 deletion tests/40-jcs-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {match} = endpoints.filterByTag({
});
const should = chai.should();

describe('eddsa-jcs-2022 (create)', function() {
describe.skip('eddsa-jcs-2022 (create)', function() {
let validVc;
before(async function() {
const credentials = await generateTestData();
Expand Down
2 changes: 1 addition & 1 deletion tests/50-jcs-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {match: verifierMatches} = endpoints.filterByTag({
property: 'verifiers'
});

describe('eddsa-jcs-2022 (verify)', function() {
describe.skip('eddsa-jcs-2022 (verify)', function() {
let issuedVc;
let credentials;
before(async function() {
Expand Down

0 comments on commit 1ba95d3

Please sign in to comment.