Skip to content

Commit

Permalink
tests/psoc6: Enable flash test for BLE board.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX committed Feb 21, 2024
1 parent 3eb00f5 commit 302fc27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/psoc6/flash.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 302fc27

Please sign in to comment.