Skip to content

Commit fab2527

Browse files
author
MarcoFalke
committed
test: Disable mockforward scheduler unit test for now
1 parent c3b4715 commit fab2527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/scheduler_tests.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ BOOST_AUTO_TEST_CASE(singlethreadedscheduler_ordered)
153153
BOOST_CHECK_EQUAL(counter2, 100);
154154
}
155155

156+
/* disabled for now. See discussion in https://github.com/bitcoin/bitcoin/pull/18174
156157
BOOST_AUTO_TEST_CASE(mockforward)
157158
{
158159
CScheduler scheduler;
@@ -193,5 +194,6 @@ BOOST_AUTO_TEST_CASE(mockforward)
193194
// should be between 2 & 3 minutes from now
194195
BOOST_CHECK(delta > 2*60 && delta < 3*60);
195196
}
197+
*/
196198

197199
BOOST_AUTO_TEST_SUITE_END()

0 commit comments

Comments
 (0)