Skip to content

Commit 5579053

Browse files
PatStLouisBigBlueHat
authored andcommitted
remove skipped status test
Signed-off-by: PatStLouis <[email protected]>
1 parent d0e777a commit 5579053

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/4.10-status.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ describe('Status', function() {
8080
'./input/credential-status-ok.json')),
8181
'Failed to accept a VC with a valid `credentialStatus`.');
8282
});
83-
it('Credential status specifications MUST NOT enable tracking of ' +
84-
'individuals', async function() {
85-
this.test.link = `https://w3c.github.io/vc-data-model/#status:~:text=Credential%20status%20specifications%20MUST%20NOT%20enable%20tracking%20of%20individuals`;
86-
this.test.cell.skipMessage = 'Not testable with automation.';
87-
this.skip();
88-
});
8983
});
9084
}
9185
});

0 commit comments

Comments
 (0)