mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 12:32: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
|
from trezorlib import messages as proto
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgSignmessageSegwit(TrezorTest):
|
class TestMsgSignmessageSegwit(TrezorTest):
|
||||||
|
|
||||||
def test_sign(self):
|
def test_sign(self):
|
||||||
|
@ -20,7 +20,6 @@ from .common import *
|
|||||||
from trezorlib import messages as proto
|
from trezorlib import messages as proto
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgSignmessageSegwitNative(TrezorTest):
|
class TestMsgSignmessageSegwitNative(TrezorTest):
|
||||||
|
|
||||||
def test_sign(self):
|
def test_sign(self):
|
||||||
|
@ -20,7 +20,6 @@ from .common import *
|
|||||||
import base64
|
import base64
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgVerifymessageSegwit(TrezorTest):
|
class TestMsgVerifymessageSegwit(TrezorTest):
|
||||||
|
|
||||||
def test_message_long(self):
|
def test_message_long(self):
|
||||||
|
@ -20,7 +20,6 @@ from .common import *
|
|||||||
import base64
|
import base64
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgVerifymessageSegwitNative(TrezorTest):
|
class TestMsgVerifymessageSegwitNative(TrezorTest):
|
||||||
|
|
||||||
def test_message_long(self):
|
def test_message_long(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user