HITL: temp disable tres dfu tests

This commit is contained in:
Adeeb Shihadeh 2023-06-21 15:18:37 -07:00
parent bcd8c57a70
commit 01887e03ba
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -94,7 +94,7 @@ pipeline {
phone_steps("panda-tres", [
["build", "scons -j4"],
["flash", "cd tests/ && ./ci_reset_internal_hw.py"],
["test", "cd tests/hitl && HW_TYPES=9 pytest --durations=0 [0-2]*.py [5-9]*.py"],
["test", "cd tests/hitl && HW_TYPES=9 pytest --durations=0 [1-2]*.py [5-9]*.py"],
])
}
}