Skip to content

Commit 294937b

Browse files
committed
scheduler_tests: re-enable mockforward test
1 parent cea19f6 commit 294937b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/scheduler_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ BOOST_AUTO_TEST_CASE(singlethreadedscheduler_ordered)
142142
BOOST_CHECK_EQUAL(counter2, 100);
143143
}
144144

145-
/* disabled for now. See discussion in https://github.com/bitcoin/bitcoin/pull/18174
146145
BOOST_AUTO_TEST_CASE(mockforward)
147146
{
148147
CScheduler scheduler;
@@ -183,6 +182,5 @@ BOOST_AUTO_TEST_CASE(mockforward)
183182
// should be between 2 & 3 minutes from now
184183
BOOST_CHECK(delta > 2*60 && delta < 3*60);
185184
}
186-
*/
187185

188186
BOOST_AUTO_TEST_SUITE_END()

0 commit comments

Comments
 (0)