mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 20:12:02 +00:00
tests: enable segwit sign&verify tests for t2
This commit is contained in:
parent
4979c296b7
commit
95603b85dd
@ -20,7 +20,6 @@ from .common import *
|
||||
from trezorlib import messages as proto
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgSignmessageSegwit(TrezorTest):
|
||||
|
||||
def test_sign(self):
|
||||
|
@ -20,7 +20,6 @@ from .common import *
|
||||
from trezorlib import messages as proto
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgSignmessageSegwitNative(TrezorTest):
|
||||
|
||||
def test_sign(self):
|
||||
|
@ -20,7 +20,6 @@ from .common import *
|
||||
import base64
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgVerifymessageSegwit(TrezorTest):
|
||||
|
||||
def test_message_long(self):
|
||||
|
@ -20,7 +20,6 @@ from .common import *
|
||||
import base64
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgVerifymessageSegwitNative(TrezorTest):
|
||||
|
||||
def test_message_long(self):
|
||||
|
Loading…
Reference in New Issue
Block a user