Skip to content

Commit

Permalink
fix: disable flakey vanilla recursion test (#5672)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Apr 10, 2024
1 parent 986e7f9 commit f84f7b6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f84f7b6

Please sign in to comment.