We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b4715 commit fab2527Copy full SHA for fab2527
src/test/scheduler_tests.cpp
@@ -153,6 +153,7 @@ BOOST_AUTO_TEST_CASE(singlethreadedscheduler_ordered)
153
BOOST_CHECK_EQUAL(counter2, 100);
154
}
155
156
+/* disabled for now. See discussion in https://github.com/bitcoin/bitcoin/pull/18174
157
BOOST_AUTO_TEST_CASE(mockforward)
158
{
159
CScheduler scheduler;
@@ -193,5 +194,6 @@ BOOST_AUTO_TEST_CASE(mockforward)
193
194
// should be between 2 & 3 minutes from now
195
BOOST_CHECK(delta > 2*60 && delta < 3*60);
196
197
+*/
198
199
BOOST_AUTO_TEST_SUITE_END()
0 commit comments