mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +00:00
device_tests: do not xfail Lisk tests, they are now merged
This commit is contained in:
parent
4b7926268e
commit
f2aee59e27
@ -22,7 +22,6 @@ from .common import TrezorTest
|
||||
|
||||
|
||||
@pytest.mark.lisk
|
||||
@pytest.mark.xfail # drop when trezor-core PR #90 is merged
|
||||
@pytest.mark.skip_t1
|
||||
class TestMsgLiskGetaddress(TrezorTest):
|
||||
|
||||
|
@ -22,7 +22,6 @@ from .common import TrezorTest
|
||||
|
||||
|
||||
@pytest.mark.lisk
|
||||
@pytest.mark.xfail # drop when trezor-core PR #90 is merged
|
||||
@pytest.mark.skip_t1
|
||||
class TestMsgLiskGetPublicKey(TrezorTest):
|
||||
|
||||
|
@ -26,7 +26,6 @@ PUBLIC_KEY = unhexlify('eb56d7bbb5e8ea9269405f7a8527fe126023d1db2c973cfac6f760b6
|
||||
|
||||
|
||||
@pytest.mark.lisk
|
||||
@pytest.mark.xfail # drop when trezor-core PR #90 is merged
|
||||
@pytest.mark.skip_t1
|
||||
class TestMsgLiskSignTx(TrezorTest):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user