disable other exposure test

This commit is contained in:
Willem Melching
2021-05-18 14:16:37 +02:00
parent 245312370f
commit 39c6ea6d7c
Vendored
+1 -1
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"],
])
}
}