tests: ethereum sign/verify is skipped (#224)

This commit is contained in:
Tomas Susanka 2018-03-02 16:37:34 +01:00 committed by Pavol Rusnak
parent e37e9bfebd
commit b24550c72f
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
from .common import *
@pytest.mark.skip_t2
class TestMsgEthereumSignmessage(TrezorTest):
def test_sign(self):

View File

@ -18,6 +18,7 @@
from .common import *
@pytest.mark.skip_t2
class TestMsgEthereumVerifymessage(TrezorTest):
def test_verify(self):