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 20, 2025
1 parent 77fd377 commit 4895e10
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,
mode: str) -> 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 4895e10

Please sign in to comment.