From 302fc27ce5b627258aa425b82090c538b2216e6d Mon Sep 17 00:00:00 2001 From: NikhitaR-IFX Date: Tue, 20 Feb 2024 16:27:19 +0530 Subject: [PATCH] tests/psoc6: Enable flash test for BLE board. Signed-off-by: NikhitaR-IFX --- tests/psoc6/flash.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/psoc6/flash.py b/tests/psoc6/flash.py index 7cde88f97ffcd..6d60bdd31c6ed 100644 --- a/tests/psoc6/flash.py +++ b/tests/psoc6/flash.py @@ -1,10 +1,6 @@ import os, psoc6 machine = os.uname().machine -if "CY8CPROTO-063-BLE" in machine: - # TODO: Not working for this board. Neither the timer timing is correct - print("SKIP") - raise SystemExit # Try to mount the filesystem, and format the flash if it doesn't exist. # create block device object based on whichever flash is active