diff --git a/nano/core_test/node.cpp b/nano/core_test/node.cpp index 34af749f..f48fe70c 100644 --- a/nano/core_test/node.cpp +++ b/nano/core_test/node.cpp @@ -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{};