mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 20:08:31 +00:00
ci(core): disable authenticity tests on HW CI
T2B1 device seems to have a locked bootloader so #5087 is not enough. https://github.com/trezor/trezor-firmware/actions/runs/15368486126/job/43244403997#step:8:19 [no changelog]
This commit is contained in:
parent
79c40e4d60
commit
24aa5ddcfd
2
.github/workflows/core-hw.yml
vendored
2
.github/workflows/core-hw.yml
vendored
@ -39,9 +39,11 @@ jobs:
|
||||
STORAGE_INSECURE_TESTING_MODE: 1
|
||||
BOOTLOADER_DEVEL: ${{ matrix.model == 'T2B1' && '1' || '0' }}
|
||||
# TODO: enable SD-related tests after fixing #4924
|
||||
# Disable authenticity test since it requires DISABLE_OPTIGA=0
|
||||
# 5.5h pytest global timeout
|
||||
TESTOPTS: >-
|
||||
-m 'not sd_card'
|
||||
-k 'not test_authenticate_device'
|
||||
--durations=50
|
||||
--session-timeout 19800
|
||||
--retries=5
|
||||
|
Loading…
Reference in New Issue
Block a user