Remove flakey stopwatch test (#10628)

This commit is contained in:
Dennis 2025-01-21 22:00:11 +01:00 committed by GitHub
parent 7be45e8e01
commit d4a1354f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}