From 27fecc732aaa95aa24de5b754a504a9326c63bbe Mon Sep 17 00:00:00 2001 From: codygunton Date: Mon, 20 May 2024 21:20:22 +0000 Subject: [PATCH] Disable two tests --- .../cpp/src/barretenberg/client_ivc/client_ivc.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.test.cpp b/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.test.cpp index 6a1676c4883..ee6ce59f760 100644 --- a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.test.cpp +++ b/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.test.cpp @@ -119,7 +119,7 @@ TEST_F(ClientIVCTests, BasicFailure) * @brief Prove and verify accumulation of an arbitrary set of circuits * */ -TEST_F(ClientIVCTests, BasicLarge) +TEST_F(ClientIVCTests, DISABLED_BasicLarge) { ClientIVC ivc; @@ -142,7 +142,7 @@ TEST_F(ClientIVCTests, BasicLarge) * @brief Using a structured trace allows for the accumulation of circuits of varying size * */ -TEST_F(ClientIVCTests, BasicStructured) +TEST_F(ClientIVCTests, DISABLED_BasicStructured) { ClientIVC ivc; ivc.structured_flag = true;