jenkins: disable time to onroad (#33719)

comment
This commit is contained in:
Maxime Desroches
2024-10-03 14:25:48 -07:00
committed by GitHub
parent b7a3887731
commit 72e19ccfc6

2
Jenkinsfile vendored
View File

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