Skip to content

Commit

Permalink
Disable failing prunning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Aug 26, 2024
1 parent 6420c0a commit cb8c901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/core_test/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3592,7 +3592,7 @@ TEST (node, pruning_automatic)
ASSERT_TRUE (nano::test::block_or_pruned_all_exists (node1, { nano::dev::genesis, send1, send2 }));
}

TEST (node, pruning_age)
TEST (node, DISABLED_pruning_age)
{
nano::test::system system{};

Expand Down Expand Up @@ -3653,7 +3653,7 @@ TEST (node, pruning_age)

// Test that a node configured with `enable_pruning` will
// prune DEEP-enough confirmed blocks by explicitly saying `node.ledger_pruning` in the unit test
TEST (node, pruning_depth)
TEST (node, DISABLED_pruning_depth)
{
nano::test::system system{};

Expand Down

0 comments on commit cb8c901

Please sign in to comment.