1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

tests: skip multisig marker

This commit is contained in:
Jan Pochyla 2017-08-15 17:34:12 +02:00
parent 23b5e839fb
commit aae151a0ab

View File

@ -55,7 +55,7 @@ for i in \
test_zerosig.py \
; do
if pytest -q $i ; then
if pytest -k-multisig -q $i ; then
results+=("OK $i")
else
results+=("FAIL $i")