1
0
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:
Roman Zeyde 2025-06-01 10:22:09 +03:00 committed by Roman Zeyde
parent 79c40e4d60
commit 24aa5ddcfd

View File

@ -39,9 +39,11 @@ jobs:
STORAGE_INSECURE_TESTING_MODE: 1 STORAGE_INSECURE_TESTING_MODE: 1
BOOTLOADER_DEVEL: ${{ matrix.model == 'T2B1' && '1' || '0' }} BOOTLOADER_DEVEL: ${{ matrix.model == 'T2B1' && '1' || '0' }}
# TODO: enable SD-related tests after fixing #4924 # TODO: enable SD-related tests after fixing #4924
# Disable authenticity test since it requires DISABLE_OPTIGA=0
# 5.5h pytest global timeout # 5.5h pytest global timeout
TESTOPTS: >- TESTOPTS: >-
-m 'not sd_card' -m 'not sd_card'
-k 'not test_authenticate_device'
--durations=50 --durations=50
--session-timeout 19800 --session-timeout 19800
--retries=5 --retries=5