tmp disable that

This commit is contained in:
Adeeb Shihadeh 2023-06-27 16:10:10 -07:00
parent 3a06eeec3c
commit 945a379af9
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 [1-2]*.py [5-9]*.py"],
["test", "cd tests/hitl && HW_TYPES=9 pytest --durations=0 2*.py [5-9]*.py"],
])
}
}