Skip to content

Commit

Permalink
chore: disable Factom testnet verification of VC as public node is down
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 25, 2021
1 parent 487501a commit 8a28147
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default (testContext: {

afterAll(testContext.tearDown);

it('should verify', async () => {
// fixme: Re-enable test once Factom Testnet public API is back up
xit('should verify', async () => {
const credential = {
'@context': [
'https://www.w3.org/2018/credentials/v1',
Expand Down

0 comments on commit 8a28147

Please sign in to comment.