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:
parent
2a4f1c9f0f
commit
03da15575f
1 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
import sys
|
|
||||||
import machine
|
import machine
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
@ -18,11 +17,6 @@ import time
|
||||||
# Verification uses the average idle time, as individual iterations will always
|
# Verification uses the average idle time, as individual iterations will always
|
||||||
# have outliers due to interrupts, scheduler, etc.
|
# 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
|
ITERATIONS = 500
|
||||||
total = 0
|
total = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue