From 5bdd523b91fd7bfb86db7e7abec427ea20caa54c Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 18 Nov 2019 18:54:01 +0100 Subject: [PATCH] vendor: Update fido2-tests submodule to fix issues with random ordering. --- core/tests/run_tests_device_emu_fido2.sh | 2 +- vendor/fido2-tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests/run_tests_device_emu_fido2.sh b/core/tests/run_tests_device_emu_fido2.sh index dca6996b5..24cfeee78 100755 --- a/core/tests/run_tests_device_emu_fido2.sh +++ b/core/tests/run_tests_device_emu_fido2.sh @@ -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 diff --git a/vendor/fido2-tests b/vendor/fido2-tests index e1e44d438..67f0023be 160000 --- a/vendor/fido2-tests +++ b/vendor/fido2-tests @@ -1 +1 @@ -Subproject commit e1e44d43893fd8eefde4f18f576d006747e5fc90 +Subproject commit 67f0023be4913a86f62bedf700f86ca3079cf842