Skip to content

Commit

Permalink
jenkins: disable time to onroad (#33719)
Browse files Browse the repository at this point in the history
comment
  • Loading branch information
maxime-desroches authored Oct 3, 2024
1 parent b7a3887 commit 72e19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 72e19cc

Please sign in to comment.