mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-27 07:40:59 +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 \
|
test_zerosig.py \
|
||||||
; do
|
; do
|
||||||
|
|
||||||
if pytest -q $i ; then
|
if pytest -k-multisig -q $i ; then
|
||||||
results+=("OK $i")
|
results+=("OK $i")
|
||||||
else
|
else
|
||||||
results+=("FAIL $i")
|
results+=("FAIL $i")
|
||||||
|
Loading…
Reference in New Issue
Block a user