Disable failing prunning tests

This commit is contained in:
Piotr Wójcik 2024-08-26 18:59:52 +02:00
commit cb8c901a26

View file

@ -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{};
@ -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{};