From 925dc525ae57fe430329f2787d64ff38b645a314 Mon Sep 17 00:00:00 2001 From: bdim1 Date: Tue, 22 Feb 2022 18:49:05 +0100 Subject: [PATCH] fix: skip --- packages/protocols/tests/rln.test.ts | 2 +- packages/protocols/tests/semaphore.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/protocols/tests/rln.test.ts b/packages/protocols/tests/rln.test.ts index 590dfea..bbc393d 100644 --- a/packages/protocols/tests/rln.test.ts +++ b/packages/protocols/tests/rln.test.ts @@ -78,7 +78,7 @@ describe("RLN", () => { }) // eslint-disable-next-line jest/no-disabled-tests - it("Should generate rln proof and verify it", async () => { + it.skip("Should generate and verify RLN proof", async () => { const identity = new ZkIdentity() const secretHash = identity.getSecretHash() const identityCommitment = identity.genIdentityCommitment() diff --git a/packages/protocols/tests/semaphore.test.ts b/packages/protocols/tests/semaphore.test.ts index af3e36b..a7b20ce 100644 --- a/packages/protocols/tests/semaphore.test.ts +++ b/packages/protocols/tests/semaphore.test.ts @@ -40,7 +40,7 @@ describe("Semaphore", () => { }) // eslint-disable-next-line jest/no-disabled-tests - it("Should generate Semaphore full proof", async () => { + it.skip("Should generate and verify Semaphore proof", async () => { const identity = new ZkIdentity() const identityCommitment = identity.genIdentityCommitment() const externalNullifier = genExternalNullifier("voting_1")