From 16b0ea00cdcf79592cdbf5816281d170f2dc729c Mon Sep 17 00:00:00 2001 From: mroz Date: Thu, 8 Sep 2022 08:46:27 +0200 Subject: [PATCH] ci(connect): exclude checkFirmwareAuthenticity test --- tests/connect_tests/connect_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/connect_tests/connect_tests.sh b/tests/connect_tests/connect_tests.sh index d7df04981..fabfdcac4 100755 --- a/tests/connect_tests/connect_tests.sh +++ b/tests/connect_tests/connect_tests.sh @@ -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"