mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
tests: re-enable Stellar for T1
This commit is contained in:
parent
5f73976893
commit
cc6cc49999
@ -26,7 +26,6 @@ from trezorlib.tools import parse_path
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.stellar
|
@pytest.mark.stellar
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished")
|
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
||||||
class TestMsgStellarGetAddress(TrezorTest):
|
class TestMsgStellarGetAddress(TrezorTest):
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ from trezorlib.tools import parse_path
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.stellar
|
@pytest.mark.stellar
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished")
|
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
||||||
class TestMsgStellarGetPublicKey(TrezorTest):
|
class TestMsgStellarGetPublicKey(TrezorTest):
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ import pytest
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.stellar
|
@pytest.mark.stellar
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished")
|
|
||||||
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
||||||
class TestMsgStellarSignTransaction(TrezorTest):
|
class TestMsgStellarSignTransaction(TrezorTest):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user