Skip to content

Commit

Permalink
Disable eip712 tests because of not supported swipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Apr 29, 2024
1 parent 1faec7b commit d5628d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ragger/test_eip712.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def test_eip712_new(firmware: Firmware,
app_client = EthAppClient(backend)
if firmware.device == "nanos":
pytest.skip("Not supported on LNS")
if firmware.device == "flex":
pytest.skip("Not yet available on Flex (due to swipe)")

test_path = f"{input_file.parent}/{'-'.join(input_file.stem.split('-')[:-1])}"
conf_file = f"{test_path}.ini"
Expand Down Expand Up @@ -188,6 +190,8 @@ def test_eip712_address_substitution(firmware: Firmware,
app_client = EthAppClient(backend)
if firmware.device == "nanos":
pytest.skip("Not supported on LNS")
if firmware.device == "flex":
pytest.skip("Not yet available on Flex (due to swipe)")

with app_client.get_public_addr(display=False):
pass
Expand Down

0 comments on commit d5628d6

Please sign in to comment.