Disable failing prunning tests
This commit is contained in:
parent
6420c0a104
commit
cb8c901a26
1 changed files with 2 additions and 2 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue