Disable intermittently failing UT ledger_walker.ladder_geometry (#3602)
This commit is contained in:
parent
5146c20261
commit
7029596885
1 changed files with 4 additions and 1 deletions
|
|
@ -135,7 +135,10 @@ TEST (ledger_walker, cross_account)
|
||||||
// EXPECT_EQ(expected_blocks_to_walk_itr, expected_blocks_to_walk.end());
|
// EXPECT_EQ(expected_blocks_to_walk_itr, expected_blocks_to_walk.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST (ledger_walker, ladder_geometry)
|
// Test disabled because it's failing intermittently.
|
||||||
|
// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3602
|
||||||
|
// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3603
|
||||||
|
TEST (ledger_walker, DISABLED_ladder_geometry)
|
||||||
{
|
{
|
||||||
nano::system system{};
|
nano::system system{};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue