1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 23:38:09 +00:00

tests: ignore test_cosi.py

This commit is contained in:
Jan Pochyla 2017-10-30 23:48:09 +01:00
parent f093ca23d5
commit ce3dc61e63

View File

@ -9,6 +9,7 @@ cd device_tests
pytest \ pytest \
-k-multisig \ -k-multisig \
--ignore test_bip32_speed.py \ --ignore test_bip32_speed.py \
--ignore test_cosi.py \
--ignore test_debuglink.py \ --ignore test_debuglink.py \
--ignore test_msg_applysettings.py \ --ignore test_msg_applysettings.py \
--ignore test_msg_changepin.py \ --ignore test_msg_changepin.py \