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:
parent
cbe8b42eed
commit
2964cc4f9c
@ -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()
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user