jenkins: disable power draw test for now

old-commit-hash: 689d1970a769e7c705ed397dd058eeb519bc5720
This commit is contained in:
Adeeb Shihadeh
2022-08-04 23:22:10 -07:00
parent c824ca1076
commit 88ee71df67
Vendored
+1 -1
View File
@@ -127,7 +127,7 @@ pipeline {
steps {
phone_steps("tici2", [
["build", "cd selfdrive/manager && ./build.py"],
["test power draw", "python system/hardware/tici/test_power_draw.py"],
//["test power draw", "python system/hardware/tici/test_power_draw.py"],
["test boardd loopback", "python selfdrive/boardd/tests/test_boardd_loopback.py"],
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"],
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"],