From dbb45124849f97c091a3103553d5876e00f3fe9e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 15 Feb 2019 01:42:41 +0100 Subject: [PATCH] tests: set xfail to komodo device test for now --- trezorlib/tests/device_tests/test_msg_signtx_komodo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trezorlib/tests/device_tests/test_msg_signtx_komodo.py b/trezorlib/tests/device_tests/test_msg_signtx_komodo.py index 74eb9836a..069599a88 100644 --- a/trezorlib/tests/device_tests/test_msg_signtx_komodo.py +++ b/trezorlib/tests/device_tests/test_msg_signtx_komodo.py @@ -30,6 +30,7 @@ TXHASH_339c3e = bytes.fromhex( ) +@pytest.mark.xfail @pytest.mark.komodo class TestMsgSigntxKomodo(TrezorTest): def test_one_one_fee_sapling(self):