From b431fe3c579f2f69dfa74ede3490aeab4d3a1eee Mon Sep 17 00:00:00 2001 From: Andrija Novakovic Date: Mon, 25 Oct 2021 15:10:59 +0200 Subject: [PATCH] skip tests that require compiled circuits Former-commit-id: 09f81fc13f5fd3ec2b6ef8fa278a23a20de7c0fc [formerly faf535d093f69b50d7faf56864c308eb089b757d] Former-commit-id: 6f8717fad7bf4cbc1e8cc62328c88a93f7451959 --- packages/protocols/package.json | 3 +-- packages/protocols/tests/semaphore.test.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/protocols/package.json b/packages/protocols/package.json index a47dfe6..92ec670 100644 --- a/packages/protocols/package.json +++ b/packages/protocols/package.json @@ -12,8 +12,7 @@ }, "scripts": { "tsc": "npx tsc src/index.ts", - "build": "rimraf dist && rollup -c rollup.config.ts", - "proof": "ts-node src/new.ts" + "build": "rimraf dist && rollup -c rollup.config.ts" }, "keywords": [], "author": { diff --git a/packages/protocols/tests/semaphore.test.ts b/packages/protocols/tests/semaphore.test.ts index 1e2d63f..bf7c6a0 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 */