Skip to content

Commit 4502ed7

Browse files
committed
Merge bitcoin#18211: test: Disable mockforward scheduler unit test for now
fab2527 test: Disable mockforward scheduler unit test for now (MarcoFalke) Pull request description: This should be a workaround to fix bitcoin#18174 in the short run and buy us more time to investigate the issue while ci runs are green again 🙏 ACKs for top commit: fanquake: ACK fab2527 - be good to get Travis back. laanwj: ACK fab2527 Tree-SHA512: 027e86b3dfec203a464e5bf528e9933c208c36633c2d4bfcdbc10da1799637a5d6ea0a63af33a4174fb1ad7115df631a4cb838f56e31f4cbd15498e1e9fdf9cc
2 parents e5d47ed + fab2527 commit 4502ed7

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)