From d10ae3f077aa783dc8101ebd9f430b95440e5ecc Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 18 May 2021 12:07:48 -0700 Subject: [PATCH] reenable exposure tests old-commit-hash: e10007d2e8f347672f6829d5750d6c00cd6e2156 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5095d7064f..ddf69e7995 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"], ]) } }