disable exposure test

albatross
Willem Melching 2021-05-18 12:15:08 +02:00
parent f9b20095a2
commit 5ab6ab3413
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -210,7 +210,7 @@ pipeline {
phone_steps("tici-party", [
["build", "SCONS_CACHE=1 scons -j8"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
// ["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
])
}
}