jenkins: remove test that's now run in Actions

pull/29384/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 01089cf4bf
commit de66ba0187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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