From 72ace483b7a1f5c7a0add200636eb9ddf968bfa8 Mon Sep 17 00:00:00 2001 From: Jonathan Bursztyn Date: Mon, 25 Sep 2023 16:58:56 -0400 Subject: [PATCH] Disable second test --- .../integration/browser/compile_prove_verify.test.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/integration-tests/test/integration/browser/compile_prove_verify.test.ts b/compiler/integration-tests/test/integration/browser/compile_prove_verify.test.ts index 9903157ca5f..0149274330c 100644 --- a/compiler/integration-tests/test/integration/browser/compile_prove_verify.test.ts +++ b/compiler/integration-tests/test/integration/browser/compile_prove_verify.test.ts @@ -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;