Skip to content

Commit 49d5e9f

Browse files
committed
Skip 7702 TX signing test on Nano S
1 parent f3753ab commit 49d5e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ragger/test_sign.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ def test_sign_eip_7702(firmware: Firmware,
359359
scenario_navigator: NavigateWithScenario,
360360
test_name: str,
361361
default_screenshot_path: Path):
362-
362+
if firmware == Firmware.NANOS:
363+
pytest.skip("Not supported on LNS")
363364
tx_params = {
364365
"chainId" : 1
365366
}

0 commit comments

Comments
 (0)