Skip to content

Commit ff809a2

Browse files
committed
show errs
1 parent 2ce710c commit ff809a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_device.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ def _test_signtx(self, input_types, multisig_types, external, op_return: bool):
582582

583583
# Test wrapper to avoid mixed-inputs signing for Ledger
584584
def test_signtx(self):
585-
if self.emulator.type == "coldcard":
586-
# https://github.com/bitcoin-core/HWI/pull/795#issuecomment-3112271927
587-
raise unittest.SkipTest("Coldcard sign test temporarily disabled")
588585

589586
if self.emulator.type == "ledger" and not self.emulator.legacy:
590587
# https://github.com/bitcoin-core/HWI/pull/795#issuecomment-3112271927

0 commit comments

Comments
 (0)