diff --git a/Jenkinsfile b/Jenkinsfile index 8d0b9737d7..1a6b120b64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"], ]) } }