jenkins: remove test that's now run in Actions

old-commit-hash: de66ba0187
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 25df6335f7
commit 1e72e9b094
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

@ -219,7 +219,6 @@ pipeline {
["build", "cd selfdrive/manager && ./build.py"],
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py"],
["test power draw", "pytest system/hardware/tici/tests/test_power_draw.py"],
["test loggerd", "pytest system/loggerd/tests/test_loggerd.py"],
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py"],
["test pigeond", "pytest system/sensord/tests/test_pigeond.py"],
["test manager", "pytest selfdrive/manager/test/test_manager.py"],

Loading…
Cancel
Save