mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
test: Disable mockforward scheduler unit test for now
This commit is contained in:
parent
c3b4715923
commit
fab2527515
@ -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…
Reference in New Issue
Block a user