summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ports/rp2/rp2_lightsleep.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ports/rp2/rp2_lightsleep.py b/tests/ports/rp2/rp2_lightsleep.py
index 5ce5696e0..63f31940a 100644
--- a/tests/ports/rp2/rp2_lightsleep.py
+++ b/tests/ports/rp2/rp2_lightsleep.py
@@ -16,12 +16,6 @@ try:
except ImportError:
print("SKIP")
raise SystemExit
-
-# RP2350 currently fails this test, needs further investigation.
-if "RP2350" in sys.implementation._machine:
- print("SKIP")
- raise SystemExit
-
try:
led = Pin(Pin.board.LED, Pin.OUT)
except AttributeError: