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:
parent
23b5e839fb
commit
aae151a0ab
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user