1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +00:00

tests/stellar: verify marked as not passing on T2

This commit is contained in:
Tomas Susanka 2018-05-16 15:04:00 +02:00
parent 3ee3083e8c
commit 277296be90

View File

@ -21,7 +21,7 @@ from trezorlib.client import CallException
import pytest import pytest
# @pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished") @pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
class TestMsgStellarVerifyMessage(TrezorTest): class TestMsgStellarVerifyMessage(TrezorTest):
def test_stellar_verify_message(self): def test_stellar_verify_message(self):