mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
tests: enable Stellar tests for T1
This commit is contained in:
parent
7e9501e816
commit
45265cdcb7
@ -24,7 +24,6 @@ from .conftest import TREZOR_VERSION
|
||||
|
||||
|
||||
@pytest.mark.stellar
|
||||
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="Stellar currently disabled on T1")
|
||||
class TestMsgStellarGetAddress(TrezorTest):
|
||||
def test_stellar_get_address(self):
|
||||
self.setup_mnemonic_nopin_nopassphrase()
|
||||
|
@ -58,7 +58,6 @@ from .conftest import TREZOR_VERSION
|
||||
|
||||
|
||||
@pytest.mark.stellar
|
||||
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="Stellar currently disabled on T1")
|
||||
class TestMsgStellarSignTransaction(TrezorTest):
|
||||
|
||||
ADDRESS_N = parse_path(stellar.DEFAULT_BIP32_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user