mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-08 05:32:39 +00:00
fix(test): comment out outdated code in already broken test
[no changelog]
This commit is contained in:
parent
1e5decb2e4
commit
aa3c07aee2
@ -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