tici: remove power save test, it's testing the wrong thing

This commit is contained in:
Adeeb Shihadeh
2024-10-28 15:00:59 -07:00
parent 21bb0a2d7a
commit 628e0daee0
2 changed files with 0 additions and 27 deletions
Vendored
-1
View File
@@ -232,7 +232,6 @@ node {
["test pandad spi", "pytest selfdrive/pandad/tests/test_pandad_spi.py"],
["test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", ["panda/", "selfdrive/pandad/"]],
["test amp", "pytest system/hardware/tici/tests/test_amplifier.py"],
["test hw", "pytest system/hardware/tici/tests/test_hardware.py"],
["test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py"],
])
},