1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-25 20:45:43 +00:00

device_tests: xfail EthereumGetPublicKey on TT (feature is postponed)

This commit is contained in:
matejcik 2019-01-15 14:03:32 +01:00
parent 7288700b86
commit 953e0d1d8c

View File

@ -20,9 +20,11 @@ from trezorlib import ethereum
from trezorlib.tools import H_
from .common import TrezorTest
from .conftest import TREZOR_VERSION
@pytest.mark.ethereum
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="Waiting for 2.0.12")
class TestMsgEthereumGetPublicKey(TrezorTest):
def test_ethereum_getpublickey(self):
self.setup_mnemonic_nopin_nopassphrase()