mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
tests: ethereum sign/verify is skipped (#224)
This commit is contained in:
parent
e37e9bfebd
commit
b24550c72f
@ -18,6 +18,7 @@
|
||||
from .common import *
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgEthereumSignmessage(TrezorTest):
|
||||
|
||||
def test_sign(self):
|
||||
|
@ -18,6 +18,7 @@
|
||||
from .common import *
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgEthereumVerifymessage(TrezorTest):
|
||||
|
||||
def test_verify(self):
|
||||
|
Loading…
Reference in New Issue
Block a user