From d4a1354f3157deaf9c6494dc3c060b92287959e0 Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 21 Jan 2025 22:00:11 +0100 Subject: [PATCH] Remove flakey stopwatch test (#10628) --- std/datetime/stopwatch.d | 1 - 1 file changed, 1 deletion(-) diff --git a/std/datetime/stopwatch.d b/std/datetime/stopwatch.d index eedc0ea79..1dc303f61 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); }