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")