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:
parent
7e078e4daa
commit
a20783731a
@ -685,7 +685,7 @@ core unix memory profiler:
|
||||
# Connect
|
||||
|
||||
connect test core:
|
||||
image: ghcr.io/trezor/trezor-user-env:185
|
||||
image: ghcr.io/trezor/trezor-user-env
|
||||
stage: test
|
||||
tags:
|
||||
- runner-internal
|
||||
|
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
junit.xml
|
||||
trezor.log
|
||||
connect_tests/connect
|
||||
connect_tests/trezor-suite
|
||||
|
@ -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 -f ${EMU_VERSION}"
|
||||
nix-shell --run "yarn && yarn build:libs && ./docker/docker-connect-test.sh node -p methods -d -c -f ${EMU_VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user