From e33e5ea5bb23b75b945185aa53a0894f31bef8e4 Mon Sep 17 00:00:00 2001 From: bdim1 Date: Tue, 28 Dec 2021 01:23:44 +0100 Subject: [PATCH] skip tests Former-commit-id: e3629137163458a4d044207546421fd684fe2324 [formerly 78705ca073f99b826ac27eadc6033cf4fb9a1888] Former-commit-id: e3294d86e46a84c284cf07aa7dc17cb79af5bb3e --- packages/protocols/tests/nrln.test.ts | 2 +- packages/protocols/tests/rln.test.ts | 2 +- packages/protocols/tests/semaphore.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */