re-enable time to onroad test (#33680)

re-add test
pull/33685/head
Maxime Desroches 7 months ago committed by GitHub
parent 47cc314b14
commit 216145d4bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save