commenting out bogus test
This commit is contained in:
parent
26e5a72b8a
commit
0c1ea181fe
1 changed files with 3 additions and 0 deletions
|
|
@ -307,6 +307,8 @@ BOOST_AUTO_TEST_CASE( fork_db_tests )
|
||||||
} FC_LOG_AND_RETHROW()
|
} FC_LOG_AND_RETHROW()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This test has been disabled, out of order blocks should result in the node getting disconnected.
|
||||||
BOOST_AUTO_TEST_CASE( out_of_order_blocks )
|
BOOST_AUTO_TEST_CASE( out_of_order_blocks )
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
|
@ -359,6 +361,7 @@ BOOST_AUTO_TEST_CASE( out_of_order_blocks )
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( undo_pending )
|
BOOST_AUTO_TEST_CASE( undo_pending )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue