re-enable time to onroad test (#33680)

re-add test
This commit is contained in:
Maxime Desroches
2024-09-30 18:30:03 -07:00
committed by GitHub
parent 47cc314b14
commit 216145d4bc

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': {