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

Revert "device_tests: xfail EthereumGetPublicKey on TT (feature is postponed)"

This reverts commit 953e0d1d8c.
This commit is contained in:
matejcik 2019-01-15 14:50:03 +01:00
parent 953e0d1d8c
commit 921d881cdf

View File

@ -20,11 +20,9 @@ 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()