1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

ci(connect): exclude checkFirmwareAuthenticity test

This commit is contained in:
mroz 2022-09-08 08:46:27 +02:00 committed by matejcik
parent 5a9c2a1363
commit 16b0ea00cd

View File

@ -30,4 +30,4 @@ fi
echo "Will be running with ${EMU_VERSION} emulator"
# Using -d flag to disable docker, as tenv is already running on the background
nix-shell --run "yarn && yarn build:libs && ./docker/docker-connect-test.sh node -p methods -d -c -f ${EMU_VERSION}"
nix-shell --run "yarn && yarn build:libs && ./docker/docker-connect-test.sh node -p methods -d -c -f ${EMU_VERSION} -e checkFirmwareAuthenticity"