mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
scheduler_tests: re-enable mockforward test
This commit is contained in:
parent
cea19f6859
commit
294937b39d
@ -142,7 +142,6 @@ 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;
|
||||
@ -183,6 +182,5 @@ 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…
Reference in New Issue
Block a user