Skip to content

Commit

Permalink
Disable second test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Sep 25, 2023
1 parent 5fc1dc1 commit 72ace48
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ const test_cases = [
deployInformation: "foundry-project/mul_output.json",
publicInputsLength: 0,
},
{
case: "compiler/integration-tests/test/circuits/main",
compiled: "foundry-project/out/main.sol/UltraVerifier.json",
deployInformation: "foundry-project/main_output.json",
publicInputsLength: 32,
},
// {
// case: "compiler/integration-tests/test/circuits/main",
// compiled: "foundry-project/out/main.sol/UltraVerifier.json",
// deployInformation: "foundry-project/main_output.json",
// publicInputsLength: 32,
// },
];

const numberOfThreads = navigator.hardwareConcurrency || 1;
Expand Down

0 comments on commit 72ace48

Please sign in to comment.