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
|
||||||
|
|
||||||
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
2
tests/.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
junit.xml
|
junit.xml
|
||||||
trezor.log
|
trezor.log
|
||||||
connect_tests/connect
|
connect_tests/trezor-suite
|
||||||
|
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user