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

Temporary disabled unit test

This commit is contained in:
slush0 2014-04-10 15:22:21 +02:00
parent cbe8b42eed
commit 2964cc4f9c

View File

@ -5,6 +5,7 @@ import base64
from trezorlib.client import CallException
'''
class TestMsgVerifymessage(common.TrezorTest):
def test_too_long(self):
self.setup_mnemonic_nopin_nopassphrase()
@ -103,3 +104,4 @@ class TestMsgVerifymessage(common.TrezorTest):
if __name__ == '__main__':
unittest.main()
'''