1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

device_tests: re-enable decred test for T1

This commit is contained in:
Pavol Rusnak 2018-06-02 15:53:22 +02:00
parent 5e14a5f059
commit 17479f26a7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -35,8 +35,8 @@ TXHASH_3f7c39 = unhexlify("3f7c395521d38387e7617565fe17628723ef6635a08537ad9c46c
TXHASH_16da18 = unhexlify("16da185052740d85a630e79c140558215b64e26c500212b90e16b55d13ca06a8")
@pytest.mark.skip_t2
@pytest.mark.decred
@pytest.mark.xfail(reason="Decred broken for 👻M👻Y👻S👻T👻E👻R👻I👻O👻U👻S reasons... 😱")
class TestMsgSigntxDecred(TrezorTest):
def test_send_decred(self):