tests: enable segwit sign&verify tests for t2

This commit is contained in:
Jan Pochyla 2018-03-05 17:44:55 +01:00
parent 4979c296b7
commit 95603b85dd
4 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ from .common import *
from trezorlib import messages as proto
@pytest.mark.skip_t2
class TestMsgSignmessageSegwit(TrezorTest):
def test_sign(self):

View File

@ -20,7 +20,6 @@ from .common import *
from trezorlib import messages as proto
@pytest.mark.skip_t2
class TestMsgSignmessageSegwitNative(TrezorTest):
def test_sign(self):

View File

@ -20,7 +20,6 @@ from .common import *
import base64
@pytest.mark.skip_t2
class TestMsgVerifymessageSegwit(TrezorTest):
def test_message_long(self):

View File

@ -20,7 +20,6 @@ from .common import *
import base64
@pytest.mark.skip_t2
class TestMsgVerifymessageSegwitNative(TrezorTest):
def test_message_long(self):