diff --git a/packages/protocols/tests/nrln.test.ts b/packages/protocols/tests/nrln.test.ts index 432b095..39d334b 100644 --- a/packages/protocols/tests/nrln.test.ts +++ b/packages/protocols/tests/nrln.test.ts @@ -40,7 +40,7 @@ describe("NRln", () => { expect(typeof witness).toBe("object") }) - it("Generate nrln proof and verify it", async () => { + it.skip("Generate nrln proof and verify it", async () => { /** * Compiled NRln circuits are needed to run this test so it's being skipped in hooks */ diff --git a/packages/protocols/tests/rln.test.ts b/packages/protocols/tests/rln.test.ts index 7339079..a855b86 100644 --- a/packages/protocols/tests/rln.test.ts +++ b/packages/protocols/tests/rln.test.ts @@ -36,7 +36,7 @@ describe("Rln", () => { expect(typeof witness).toBe("object") }) - it("Generate rln proof and verify it", async () => { + it.skip("Generate rln proof and verify it", async () => { /** * Compiled RLN circuits are needed to run this test so it's being skipped in hooks */ diff --git a/packages/protocols/tests/semaphore.test.ts b/packages/protocols/tests/semaphore.test.ts index dd2b26e..013957f 100644 --- a/packages/protocols/tests/semaphore.test.ts +++ b/packages/protocols/tests/semaphore.test.ts @@ -36,7 +36,7 @@ describe("Semaphore", () => { expect(typeof witness).toBe("object") }) - it("Should generate semaphore full proof", async () => { + it.skip("Should generate semaphore full proof", async () => { /** * Compiled semaphore circuits are needed to run this test, so it's being skipped in hooks */