Disable node.bootstrap_connection_scaling
This commit is contained in:
parent
856d89b7ae
commit
54938a0df5
1 changed files with 2 additions and 1 deletions
|
@ -1541,7 +1541,8 @@ TEST (node, balance_observer)
|
|||
}
|
||||
}
|
||||
|
||||
TEST (node, bootstrap_connection_scaling)
|
||||
// ASSERT_NE (nullptr, attempt) sometimes fails
|
||||
TEST (node, DISABLED_bootstrap_connection_scaling)
|
||||
{
|
||||
rai::system system (24000, 1);
|
||||
auto & node1 (*system.nodes[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue