Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
lasse found: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 3, 2023
1 parent d181f0f commit a868ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm_js/test/node/execute_circuit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ it("successfully executes two circuits with same backend", async function () {
expect(solvedWitness1).to.be.deep.eq(expectedWitnessMap);
});

it.only("successfully executes 500 circuits with same backend", async function () {
it("successfully executes 500 circuits with same backend", async function () {
this.timeout(100000);

// chose pedersen op here because it is the one with slow initialization
Expand Down

0 comments on commit a868ae3

Please sign in to comment.