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:
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…
Reference in New Issue
Block a user