reenable exposure tests

old-commit-hash: e10007d2e8f347672f6829d5750d6c00cd6e2156
This commit is contained in:
Adeeb Shihadeh
2021-05-18 12:07:48 -07:00
parent c0c009bba9
commit d10ae3f077

4
Jenkinsfile vendored
View File

@@ -200,7 +200,7 @@ pipeline {
phone_steps("eon-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"],
])
}
}
@@ -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"],
])
}
}