1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

fix(tests): not use transaction cache in connect tests

This commit is contained in:
grdddj 2022-08-31 11:05:59 +02:00 committed by matejcik
parent 7e078e4daa
commit a20783731a
3 changed files with 3 additions and 3 deletions

View File

@ -685,7 +685,7 @@ core unix memory profiler:
# Connect # Connect
connect test core: connect test core:
image: ghcr.io/trezor/trezor-user-env:185 image: ghcr.io/trezor/trezor-user-env
stage: test stage: test
tags: tags:
- runner-internal - runner-internal

2
tests/.gitignore vendored
View File

@ -1,3 +1,3 @@
junit.xml junit.xml
trezor.log trezor.log
connect_tests/connect connect_tests/trezor-suite

View File

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