mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-02 02:41:28 +00:00
disable layout retrieval in debuglink for now
This commit is contained in:
parent
4b9cc6cb78
commit
50d1537f43
@ -9,9 +9,12 @@ from trezorlib.client import PinException
|
||||
|
||||
class TestDebugLink(common.TrezorTest):
|
||||
|
||||
# disable for now
|
||||
"""
|
||||
def test_layout(self):
|
||||
layout = self.client.debug.read_layout()
|
||||
self.assertEqual(len(layout), 1024)
|
||||
"""
|
||||
|
||||
def test_mnemonic(self):
|
||||
self.setup_mnemonic_nopin_nopassphrase()
|
||||
|
Loading…
Reference in New Issue
Block a user