Disable eip712 tests because of not supported swipe

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-29 16:14:54 +02:00
parent 1faec7b1bb
commit d5628d62e3
+4
View File
@@ -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"
@@ -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