From acbbfe2eb99530d577f5ccadf63f7d5ee4f45032 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 26 May 2019 22:53:31 +0200 Subject: [PATCH] python: fix skip decorator --- python/trezorlib/tests/device_tests/test_msg_signtx_komodo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/trezorlib/tests/device_tests/test_msg_signtx_komodo.py b/python/trezorlib/tests/device_tests/test_msg_signtx_komodo.py index 21f60a5015..bb15f53eae 100644 --- a/python/trezorlib/tests/device_tests/test_msg_signtx_komodo.py +++ b/python/trezorlib/tests/device_tests/test_msg_signtx_komodo.py @@ -31,8 +31,7 @@ TXHASH_339c3e = bytes.fromhex( @pytest.mark.komodo -@pytest.mark.skip_t1 -@pytest.mark.skip_t2 +@pytest.mark.skip(reason="komodo is broken at the moment - issue #178") class TestMsgSigntxKomodo(TrezorTest): def test_one_one_fee_sapling(self): self.setup_mnemonic_allallall()