1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

python: fix skip decorator

This commit is contained in:
Pavol Rusnak 2019-05-26 22:53:31 +02:00
parent d959a1f91b
commit acbbfe2eb9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -31,8 +31,7 @@ TXHASH_339c3e = bytes.fromhex(
@pytest.mark.komodo @pytest.mark.komodo
@pytest.mark.skip_t1 @pytest.mark.skip(reason="komodo is broken at the moment - issue #178")
@pytest.mark.skip_t2
class TestMsgSigntxKomodo(TrezorTest): class TestMsgSigntxKomodo(TrezorTest):
def test_one_one_fee_sapling(self): def test_one_one_fee_sapling(self):
self.setup_mnemonic_allallall() self.setup_mnemonic_allallall()