jenkins: tmp disable test_time_to_onroad

This commit is contained in:
Adeeb Shihadeh
2024-09-25 11:16:30 -07:00
parent 87b30b2911
commit 6950abb38e

2
Jenkinsfile vendored
View File

@@ -147,7 +147,7 @@ node {
["build openpilot", "cd system/manager && ./build.py"],
["check dirty", "release/check-dirty.sh"],
["onroad tests", "pytest selfdrive/test/test_onroad.py -s"],
["time to onroad", "pytest selfdrive/test/test_time_to_onroad.py"],
//["time to onroad", "pytest selfdrive/test/test_time_to_onroad.py"],
])
},
'HW + Unit Tests': {