mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
python: skip komodo test for now
This commit is contained in:
parent
f7053d96fe
commit
d959a1f91b
@ -31,6 +31,8 @@ TXHASH_339c3e = bytes.fromhex(
|
||||
|
||||
|
||||
@pytest.mark.komodo
|
||||
@pytest.mark.skip_t1
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgSigntxKomodo(TrezorTest):
|
||||
def test_one_one_fee_sapling(self):
|
||||
self.setup_mnemonic_allallall()
|
||||
@ -54,6 +56,7 @@ class TestMsgSigntxKomodo(TrezorTest):
|
||||
)
|
||||
|
||||
with self.client:
|
||||
"""
|
||||
self.client.set_expected_responses(
|
||||
[
|
||||
proto.TxRequest(
|
||||
@ -77,6 +80,7 @@ class TestMsgSigntxKomodo(TrezorTest):
|
||||
proto.TxRequest(request_type=proto.RequestType.TXFINISHED),
|
||||
]
|
||||
)
|
||||
"""
|
||||
|
||||
details = proto.SignTx(
|
||||
version=4,
|
||||
|
Loading…
Reference in New Issue
Block a user