vendor: Update fido2-tests submodule to fix issues with random ordering.

pull/751/head
Andrew Kozlik 5 years ago committed by matejcik
parent 203853faed
commit 5bdd523b91

@ -33,7 +33,7 @@ cd ../../tests/fido_tests/fido2
# run tests
error=0
export TREZOR_FIDO2_UDP_PORT=21326
if ! pytest --random-order-seed=414020 --sim tests/standard/ --vendor trezor "$@"; then # hardcoded order seed, which succeeds
if ! pytest --sim tests/standard/ --vendor trezor "$@"; then
error=1
fi
kill $upy_pid

@ -1 +1 @@
Subproject commit e1e44d43893fd8eefde4f18f576d006747e5fc90
Subproject commit 67f0023be4913a86f62bedf700f86ca3079cf842
Loading…
Cancel
Save