1
0
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:
Pavol Rusnak 2019-05-26 22:43:10 +02:00
parent f7053d96fe
commit d959a1f91b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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,