Skip to content

Commit

Permalink
Temporary disable keypad test for Nano (needs speculos API_LEVEL 23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Jan 15, 2025
1 parent f5a325b commit 16c345b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_keypad.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def test_keypad(backend: BackendInterface,
test_name: str,
default_screenshot_path: str,
digits: bool) -> None:
if firmware.is_nano:
pytest.skip("Nano needs speculos API_LEVEL 23 for this test")

client = NBGLCommandSender(backend)

instructions = []
Expand Down

0 comments on commit 16c345b

Please sign in to comment.