Skip to content

Commit

Permalink
fix: Disable buggy ClientIVC tests (AztecProtocol#6546)
Browse files Browse the repository at this point in the history
Tests that had been disabled were replaced by AztecProtocol#6429. Two of those tests
now fail intermittently and will be fixed by the upcoming series of work
AztecProtocol#6391 and AztecProtocol#6388.
  • Loading branch information
codygunton authored May 21, 2024
1 parent 6f3dab8 commit b61dea3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;
Expand Down

0 comments on commit b61dea3

Please sign in to comment.