stellar/tests: T2 support merged -> xfail dropped

pull/25/head
Tomas Susanka 6 years ago
parent e5cdf45956
commit 8348d47fd7

@ -26,7 +26,6 @@ from trezorlib.tools import parse_path
@pytest.mark.stellar
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
class TestMsgStellarGetAddress(TrezorTest):
def test_stellar_get_address(self):

@ -26,7 +26,6 @@ from trezorlib.tools import parse_path
@pytest.mark.stellar
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
class TestMsgStellarGetPublicKey(TrezorTest):
def test_stellar_get_public_key(self):

@ -57,7 +57,6 @@ import pytest
@pytest.mark.stellar
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
class TestMsgStellarSignTransaction(TrezorTest):
ADDRESS_N = parse_path(stellar.DEFAULT_BIP32_PATH)

Loading…
Cancel
Save