device_tests: do not xfail Lisk tests, they are now merged

pull/25/head
matejcik 6 years ago
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…
Cancel
Save