1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-12 16:30:56 +00:00

tests: ignore new segwit tests

This commit is contained in:
Jan Pochyla 2017-11-06 18:36:05 +01:00
parent e3a87b8ea4
commit 88b1222ad0

View File

@ -27,11 +27,13 @@ pytest \
--ignore test_msg_recoverydevice_dryrun.py \
--ignore test_msg_recoverydevice.py \
--ignore test_msg_resetdevice_skipbackup.py \
--ignore test_msg_signmessage_segwit_native.py \
--ignore test_msg_signmessage_segwit.py \
--ignore test_msg_signtx_bch.py \
--ignore test_msg_signtx_segwit_native.py \
--ignore test_msg_signtx_segwit.py \
--ignore test_msg_signtx_zcash.py \
--ignore test_msg_verifymessage_segwit_native.py \
--ignore test_msg_verifymessage_segwit.py \
--ignore test_multisig_change.py \
--ignore test_multisig.py \