skip tests

Former-commit-id: e3629137163458a4d044207546421fd684fe2324 [formerly 78705ca073]
Former-commit-id: e3294d86e46a84c284cf07aa7dc17cb79af5bb3e
This commit is contained in:
bdim1
2021-12-28 01:23:44 +01:00
parent 43b36a0cc4
commit e33e5ea5bb
3 changed files with 3 additions and 3 deletions

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/