1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

tests: tezos is not xfailed anymore

This commit is contained in:
Tomas Susanka 2018-09-13 15:12:42 +02:00
parent 045c078a50
commit f968d68651
3 changed files with 0 additions and 3 deletions

View File

@ -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()

View File

@ -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()

View File

@ -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()