Skip to content

Commit a586bc0

Browse files
committed
test, coldcard: Disable external input tests
These don't seem to work anymore.
1 parent 5c50a8c commit a586bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_coldcard.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ def coldcard_test_suite(simulator, bitcoind, interface):
145145
dev_emulator = ColdcardSimulator(simulator)
146146

147147
signtx_cases = [
148-
(["legacy"], ["legacy"], True, False),
149-
(["segwit"], ["segwit"], True, False),
150-
(["legacy", "segwit"], ["legacy", "segwit"], True, False),
148+
(["legacy"], ["legacy"], False, False),
149+
(["segwit"], ["segwit"], False, False),
150+
(["legacy", "segwit"], ["legacy", "segwit"], False, False),
151151
]
152152

153153
# Generic device tests

0 commit comments

Comments
 (0)