1
0
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:
matejcik 2018-05-23 14:21:24 +02:00
parent 4b7926268e
commit f2aee59e27
3 changed files with 0 additions and 3 deletions

View File

@ -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):

View File

@ -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):

View File

@ -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):