From 09e69fd8f60d8cc16f7b016a435672eaad8d0032 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 18 May 2021 12:15:08 +0200 Subject: [PATCH] disable exposure test old-commit-hash: 5ab6ab34139d9468a621a4fb233a83b7a0b23da3 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], ]) } }