From e01f62c5553e636b597c83f57fdb08c827dabeae Mon Sep 17 00:00:00 2001 From: Dennis Korpel Date: Tue, 21 Jan 2025 20:15:24 +0100 Subject: [PATCH] Remove flakey stopwatch test --- std/datetime/stopwatch.d | 1 - 1 file changed, 1 deletion(-) diff --git a/std/datetime/stopwatch.d b/std/datetime/stopwatch.d index eedc0ea79c9..1dc303f61e2 100644 --- a/std/datetime/stopwatch.d +++ b/std/datetime/stopwatch.d @@ -166,7 +166,6 @@ public: Thread.sleep(usecs(1)); sw.reset(); - assert(sw.peek() < msecs(1)); assert(sw._timeStarted > before); assert(sw._timeStarted <= MonoTime.currTime); }