mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
test: Disable mockforward scheduler unit test for now
This commit is contained in:
parent
c3b4715923
commit
fab2527515
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ BOOST_AUTO_TEST_CASE(singlethreadedscheduler_ordered)
|
|||
BOOST_CHECK_EQUAL(counter2, 100);
|
||||
}
|
||||
|
||||
/* disabled for now. See discussion in https://github.com/bitcoin/bitcoin/pull/18174
|
||||
BOOST_AUTO_TEST_CASE(mockforward)
|
||||
{
|
||||
CScheduler scheduler;
|
||||
|
@ -193,5 +194,6 @@ BOOST_AUTO_TEST_CASE(mockforward)
|
|||
// should be between 2 & 3 minutes from now
|
||||
BOOST_CHECK(delta > 2*60 && delta < 3*60);
|
||||
}
|
||||
*/
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
|
Loading…
Add table
Reference in a new issue