mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 14:12:51 +00:00
fix(test): comment out outdated code in already broken test
[no changelog]
This commit is contained in:
parent
c25f5c1775
commit
b5084c7bb0
@ -324,7 +324,7 @@ class TestTrezorHostProtocol(unittest.TestCase):
|
||||
async def _dummy(ctx: PairingContext, expected_types):
|
||||
return await ctx.read([1018, 1024])
|
||||
|
||||
pairing.show_display_data = _dummy
|
||||
# pairing.show_display_data = _dummy
|
||||
|
||||
msg_code_entry = ThpCodeEntryChallenge(challenge=b"\x12\x34")
|
||||
buffer: bytearray = bytearray(protobuf.encoded_length(msg_code_entry))
|
||||
|
Loading…
Reference in New Issue
Block a user