mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-20 01:56:15 +00:00
test(core): also rerun in case of a packet loss
[no changelog]
This commit is contained in:
parent
611d74c1b3
commit
731725a624
@ -36,7 +36,13 @@ per-file-ignores =
|
||||
tests/*:ANN
|
||||
|
||||
[tool:pytest]
|
||||
addopts = -rfER --strict-markers --random-order --only-rerun='RuntimeError: Unexpected magic characters: 3f' --reruns=5
|
||||
addopts =
|
||||
-rfER
|
||||
--strict-markers
|
||||
--random-order
|
||||
--only-rerun='RuntimeError: Unexpected magic characters: 3f'
|
||||
--only-rerun='Timeout: Timeout reading [A-Za-z]+ packet'
|
||||
--reruns=5
|
||||
testpaths = tests crypto storage python/tests
|
||||
xfail_strict = true
|
||||
junit_family = xunit2
|
||||
|
Loading…
Reference in New Issue
Block a user