8000 Revert "tests/ports/rp2: Update lightsleep/machine_idle to skip on RP… · peterharperuk/micropython@bd5dbf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd5dbf0

Browse files
committed
Revert "tests/ports/rp2: Update lightsleep/machine_idle to skip on RP2350."
This reverts commit b42bb91. Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
1 parent 0c04c10 commit bd5dbf0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/ports/rp2/rp2_machine_idle.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import machine
32
import time
43

@@ -18,11 +17,6 @@
1817
# Verification uses the average idle time, as individual iterations will always
1918
# have outliers due to interrupts, scheduler, etc.
2019

21-
# RP2350 currently fails this test because machine.idle() resumes immediately.
22-
if "RP2350" in sys.implementation._machine:
23-
print("SKIP")
24-
raise SystemExit
25-
2620
ITERATIONS = 500
2721
total = 0
2822

0 commit comments

Comments
 (0)
0