tests: tezos is not xfailed anymore

pull/25/head
Tomas Susanka 6 years ago
parent 045c078a50
commit f968d68651

@ -24,7 +24,6 @@ from .common import TrezorTest
@pytest.mark.tezos
@pytest.mark.skip_t1
@pytest.mark.xfail
class TestMsgTezosGetAddress(TrezorTest):
def test_tezos_get_address(self):
self.setup_mnemonic_allallall()

@ -24,7 +24,6 @@ from .common import TrezorTest
@pytest.mark.tezos
@pytest.mark.skip_t1
@pytest.mark.xfail
class TestMsgTezosGetPublicKey(TrezorTest):
def test_tezos_get_public_key(self):
self.setup_mnemonic_allallall()

@ -29,7 +29,6 @@ TEZOS_PATH = parse_path("m/44'/1729'/0'")
@pytest.mark.tezos
@pytest.mark.skip_t1
@pytest.mark.xfail
class TestMsgTezosSignTx(TrezorTest):
def test_tezos_sign_tx_transaction(self):
self.setup_mnemonic_allallall()

Loading…
Cancel
Save