From f84f7b68f6c8072480127a065def1c4453e55877 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 10 Apr 2024 13:35:18 -0400 Subject: [PATCH] fix: disable flakey vanilla recursion test (#5672) TODO fix with https://github.com/AztecProtocol/barretenberg/issues/930 --- .../cpp/src/barretenberg/goblin/goblin_recursion.test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/barretenberg/cpp/src/barretenberg/goblin/goblin_recursion.test.cpp b/barretenberg/cpp/src/barretenberg/goblin/goblin_recursion.test.cpp index 623c1118b4a..43280a800ed 100644 --- a/barretenberg/cpp/src/barretenberg/goblin/goblin_recursion.test.cpp +++ b/barretenberg/cpp/src/barretenberg/goblin/goblin_recursion.test.cpp @@ -36,7 +36,9 @@ class GoblinRecursionTests : public ::testing::Test { * @brief A full Goblin test that mimicks the basic aztec client architecture * @details */ -TEST_F(GoblinRecursionTests, Vanilla) +// TODO fix with https://github.com/AztecProtocol/barretenberg/issues/930 +// intermittent failures, presumably due to uninitialized memory +TEST_F(GoblinRecursionTests, DISABLED_Vanilla) { Goblin goblin;