mirror of
https://github.com/micropython/micropython.git
synced 2025-08-25 03:50:42 +02:00
tests/ports/rp2: Update machine idle test to revert skip for RP2350.
This reverts commit b42bb911c6
.
Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
This commit is contained in:
committed by
Damien George
parent
2a4f1c9f0f
commit
03da15575f
@@ -1,4 +1,3 @@
|
||||
import sys
|
||||
import machine
|
||||
import time
|
||||
|
||||
@@ -18,11 +17,6 @@ import time
|
||||
# Verification uses the average idle time, as individual iterations will always
|
||||
# have outliers due to interrupts, scheduler, etc.
|
||||
|
||||
# RP2350 currently fails this test because machine.idle() resumes immediately.
|
||||
if "RP2350" in sys.implementation._machine:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
ITERATIONS = 500
|
||||
total = 0
|
||||
|
||||
|
Reference in New Issue
Block a user